diff --git a/reposync.nomad.tpl b/reposync.nomad.tpl
index 8645ced144dd0697fcdbd6994f009536ee588ed0..73c7745c15c310806e9b3678c017c41e97074a84 100644
--- a/reposync.nomad.tpl
+++ b/reposync.nomad.tpl
@@ -56,12 +56,8 @@ job "${PREFIX}_reposync_${REPOID}" {
     }
 
     resources {
-      cpu = 500 # Mhz
-      memory = 512 # MB
-
-      network {
-        mbits = 90
-      }
+      cpu = 3000 # Mhz
+      memory = 3072 # MB
     }
 
   }