Reverbnation Bot is consequently Crashing.

General discussions regarding Reverbnation Bot
Post Reply
Morg2k2
Posts: 85
Joined: Sat May 10, 2014 8:29 am

Reverbnation Bot is consequently Crashing.

Post by Morg2k2 »

Hi Martin,

I was trying to use the bot with the latest update but it consequently crashing with this error:

"System.OutOfMemoryException"

I dont know why its stating system out of memory because this server has 32GB of RAM and the application is using about 500mb of ram.

I am promoting 5 Artists where the total of tasks are about 300 (from player increaser, video increaser, widgets increaser...)

So in the processor i have increased the threads to 300 but there any sort of bottleneck in this server.

CPU usage: 4%
RAM Usage: 6%

So on the server side there is no issue, so probably something should be configured in the Bot side to increase the maximum RAM that could be allocated.

Thanks,
Morg
User avatar
martin@rootjazz
Site Admin
Posts: 34387
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Reverbnation Bot is consequently Crashing.

Post by martin@rootjazz »

System.outofmemory does not refer directly to overall system RAM.

IT is todo with how the OS handles programs and allocates resources to them (basically). The program requets something, the OS says no, nothing left.

Try reducing the number of threads, 300 sounds way to high.
Try restarting the server, some memory could be "lost" / "leaked"


Let me know if that helps
Post Reply