Hi, I have a use case that is intending to use the near heap limit 
callback, but i'm not seeing the near heap limit callback getting called. 
For simple javascript such as:

```
var large_arr = [];
while(true) {
    large_arr.push("Execute order 66");
 }
```

I am setting the max_old_generation_size to 3mb in this example. I see GC 
cycles using the prolog/epilog callbacks, but never the near neap limit 
callback and it goes far past 3mb. Any tips on what limit's/callbacks I 
should be setting or using to interrupt this type of script promptly would 
be great, thanks!

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/v8-users/851da8f8-296c-43a8-a54d-f86220a283a0n%40googlegroups.com.

Reply via email to