I was trying to run a sketch and got this error... Invalid maximum heap size: -Xmx5000m
It would not let me run the sketch. How do I fix this issue? I was trying to use the stt library example "STTBasic" that comes with the library. Then because that failed I tried even the most simple sketch:
- void setup() {
- background(0);
- }
- void draw() {}
Thanks in Advance
1