Skip to content

Commit

Permalink
fix #3413
Browse files Browse the repository at this point in the history
  • Loading branch information
DAVIEPHAM committed May 9, 2022
1 parent a602503 commit f6aae12
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions msi.gama.models/models/GAML Syntax/System/Preferences.gaml
Expand Up @@ -172,9 +172,6 @@ init {
//Number of times to retry if connection cannot be established
write sample(gama.pref_http_retry_number);

//Path to JRI library ($R_HOME/library/rJava/jri/libjri.jnilib) (http://www.r-project.org)
write sample(gama.pref_lib_r);

//Path to Spatialite library (http://www.gaia-gis.it/gaia-sins/)
write sample(gama.pref_lib_spatialite);

Expand All @@ -187,9 +184,6 @@ init {
//Trigger warnings when the percentage of available memory is below
write sample(gama.pref_memory_threshold);

//Optimize agents memory
write sample(gama.pref_optimize_agent_memory);

//Optimize the 'at_distance' operator
write sample(gama.pref_optimize_at_distance);

Expand Down Expand Up @@ -424,9 +418,6 @@ init {
//Number of times to retry if connection cannot be established
gama.pref_http_retry_number <- 3;

//Path to JRI library ($R_HOME/library/rJava/jri/libjri.jnilib) (http://www.r-project.org)
gama.pref_lib_r <- file('/Library/Frameworks/R.framework/Resources/library/rJava/jri/libjri.jnilib');

//Path to Spatialite library (http://www.gaia-gis.it/gaia-sins/)
gama.pref_lib_spatialite <- file('/Users/drogoul/Documents/Git/gama/msi.gama.models/models/Features/Data Importation/models/Enter path');

Expand All @@ -439,9 +430,6 @@ init {
//Trigger warnings when the percentage of available memory is below
gama.pref_memory_threshold <- 20;

//Optimize agents memory
gama.pref_optimize_agent_memory <- true;

//Optimize the 'at_distance' operator
gama.pref_optimize_at_distance <- true;

Expand Down

0 comments on commit f6aae12

Please sign in to comment.