Limited memory for plugin

Typically: "How do I... ", "How can I... " questions
Post Reply
pfudal

Limited memory for plugin

Post by pfudal »

Hi,

I made a plugin for exchanging data between Vrep et a client through a ZMQ socket. If datas are too big (more than 65536 bytes), Vrep crashes. My question is : when a plugin is loaded, is there a limit for the allocated memory the plugin can use ?

Best,

Paul 

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Limited memory for plugin

Post by coppelia »

Hello Paul,

no, there is no such limitations (several plugins are running with much more allocated memory). I guess you must have a bug in your plugin.

Cheers

pfudal

Re: Limited memory for plugin

Post by pfudal »

Obviously, this is the answer I was expecting :-) Thanks for that.

Best,

Paul

Post Reply