closing in on a release, cleaning things up a bit

This commit is contained in:
Ben Fry
2022-01-23 20:40:36 -05:00
parent 27f28e8101
commit b3e1a49f3b
2 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -848,7 +848,7 @@ public class JavaBuild {
// compared to the machine being used to build/export the sketch
// https://github.com/processing/processing/pull/4406
if (Preferences.getBoolean("run.options.memory") &&
!exportVariant.equals("armv6hf")) {
!exportVariant.equals("arm")) {
runOptions.append("-Xms" + Preferences.get("run.options.memory.initial") + "m");
runOptions.append("-Xmx" + Preferences.get("run.options.memory.maximum") + "m");
}