Extreme memory usage when setting a non-existent synapse property #3359
Labels
I: No breaking change
Previously written code will work as before, no one should note anything changing (aside the fix)
S: Normal
Handle this with default priority
T: Bug
Wrong statements in the code or documentation
When setting a non-existent property on a large number of synapses, the memory consumption of NEST explodes and the process soon crashes. Minimal reproducer:
This is working totally fine for 16000 nodes on my system and gives the following (expected) error message without delay:
If I change the line to
the issue also goes away, so having a large data payload seems to be part of the problem.
The text was updated successfully, but these errors were encountered: