diff --git a/projects/voxelization/src/ShadowMapping.cpp b/projects/voxelization/src/ShadowMapping.cpp
index 19d58c25a6c8922e9333e584854b1894e08adfcf..a330394b7bd7ff2a4b8c347bd79e676dbc70f846 100644
--- a/projects/voxelization/src/ShadowMapping.cpp
+++ b/projects/voxelization/src/ShadowMapping.cpp
@@ -3,7 +3,7 @@
 
 const vk::Format            shadowMapFormat         = vk::Format::eR16G16B16A16Unorm;
 const vk::Format            shadowMapDepthFormat    = vk::Format::eD32Sfloat;
-const uint32_t              shadowMapResolution     = 2048;
+const uint32_t              shadowMapResolution     = 1024;
 const vkcv::Multisampling   msaa                    = vkcv::Multisampling::MSAA8X;
 
 vkcv::ShaderProgram loadShadowShader() {