diff --git a/experiments/daic/tuning/generators/german_credit.sh b/experiments/daic/tuning/generators/german_credit.sh
index a6518921f9bb3f4c224e6fea56f999346e4b677b..2358e2d983141eca31266fe69e120ff462479cb5 100644
--- a/experiments/daic/tuning/generators/german_credit.sh
+++ b/experiments/daic/tuning/generators/german_credit.sh
@@ -5,7 +5,7 @@
 #SBATCH --ntasks=20
 #SBATCH --cpus-per-task=10
 #SBATCH --partition=general
-#SBATCH --mem-per-cpu=2GB
+#SBATCH --mem-per-cpu=4GB
 #SBATCH --mail-type=END     # Set mail type to 'END' to receive a mail when the job finishes. 
 
 module use /opt/insy/modulefiles          # Use DAIC INSY software collection
diff --git a/experiments/daic/tuning/generators/gmsc.sh b/experiments/daic/tuning/generators/gmsc.sh
index 58c0464d48c6d583555aad3753a9dfd2f40893b5..8f08c05159ca622449c1ded83a0b6941e1f329b5 100644
--- a/experiments/daic/tuning/generators/gmsc.sh
+++ b/experiments/daic/tuning/generators/gmsc.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #SBATCH --job-name="Grid-search GMSC (ECCCo)"
-#SBATCH --time=02:00:00
+#SBATCH --time=01:30:00
 #SBATCH --ntasks=30
 #SBATCH --cpus-per-task=10
 #SBATCH --partition=general
@@ -13,4 +13,4 @@ module load openmpi
 
 source experiments/slurm_header.sh
 
-srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=gmsc output_path=results mpi grid_search threaded n_individuals=10 > experiments/logs/grid_search_gmsc.log
+srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=gmsc output_path=results mpi grid_search threaded n_individuals=100 > experiments/logs/grid_search_gmsc.log