Re: [micro-manager-general] Andor Neo "failed to initialize circular buffer - memory requirements n
Status: Beta
Brought to you by:
nicost
|
From: Mark T. <mar...@gm...> - 2013-05-11 19:21:25
|
On Sat, May 11, 2013, Johannes Schindelin wrote: > > > However when I try and go "live" in MM I get the following error > > > "Failed to initialize circular buffer - memory requirements not > > > adequate" > > > > One possibility is that your sequence buffer size (Tools > Options > > > Sequence buffer size [MB]) is set too small relative to the image size. > > We had a problem that looked similar, but with another camera: the JVM had > too much memory reserved for Java, so there was not enough left for the > C++ drivers to initialize buffers... > That is also a possibility, and something to keep in mind (the circular buffer exists outside of the memory size specified for the Java virtual machine, the latter of which is set in ImageJ > Edit > Options > Memory and Threads...). I'm pretty (but not absolutely) sure you would get an "Out of memory" error (instead of "Failed to initialize circular buffer") if that were the cause, though. Mark |