mn416 / QPULib

Language and compiler for the Raspberry Pi GPU
Other
429 stars 64 forks source link

QPULib: heap overflow (increase EMULATOR_HEAP_SIZE) #74

Open tklkalok opened 5 years ago

tklkalok commented 5 years ago

I faced this problem when I run :

  1. Rot3D with 192000 (instead of 19200) and
  2. HeatMap (Vector Mode)

What's the problem? And how can I fix it.

What is emulator mode talking about?

VincentSch4rf commented 5 years ago

You have a limited amount of memory. Running Rot3D with 10 times 19200 just exceeds the amount of memory available.