[Glass] VM temporary object memory is full
James Foster via Glass
glass at lists.gemtalksystems.com
Thu Aug 27 19:11:08 PDT 2015
We’ve had some interesting discussions about out-of-memory situations recently.
First, I’d suggest that you wrap your code in a handler:
[WAGsZincAdaptor startOn: 8888]
on: AlmostOutOfMemory enable
do: [:ex | ex error: ex description].
If that leaves you logged in you should be able to do a bit of analysis to see the stack and some of the objects.
James
> On Aug 27, 2015, at 6:18 PM, BrunoBB via Glass <glass at lists.gemtalksystems.com> wrote:
>
> Hi All,
>
> I think i mess up with GemStone. After having some problems with Seaside.
> Now every time i log into GemStine and after evaluate:
> WAGsZincAdaptor startOn: 8888.
>
> I get (even if a stop the stone and start it again):
> ----------------------------------------------------
> GemStone: Error Fatal
> VM temporary object memory is full
> , old space overflow
> Error Category: 231169 [GemStone] Number: 4067 Arg Count: 1 Context : 20
> exception : 20
> Arg 1: 20
>
> [Info]: Logging out at 08/27/2015 18:15:23 PDT (1440724523)
>
> *****************************************************
> ****** GemStone Abnormal Shutdown at 08/27/2015 18:15:24 PDT
> *****************************************************
> -----------------------------------------------------
> GemStone: Error Fatal
> VM temporary object memory is full
> , old space overflow
> Error Category: 231169 [GemStone] Number: 4067 Arg Count: 1 Context : 20
> exception : 20
> Arg 1: 20
>
> Regards,
> bruno
>
>
>
> --
> View this message in context: http://forum.world.st/VM-temporary-object-memory-is-full-tp4846466.html
> Sent from the GLASS mailing list archive at Nabble.com.
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
More information about the Glass
mailing list