[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [MirageOS-devel] Memory exhaustion in Mirage
Hi, I have encountered a similar problem. Here a small example (echoes ethernet frames) running on xen: open Lwt module Main (C: V1_LWT.CONSOLE) (N: V1_LWT.NETWORK) = struct     let start console network =         let acceptPacket buffer =             N.write network buffer         in         N.listen network acceptPacket end This example works fine for low traffic rates with several thousand packets per second. If I increase the packet rate to 50000 packets per second the program starts to drop packets. After a few seconds this message appears several times: Cannot handle page request order 1! memalign(4096, 4096) failed. And the program stops working. Cheers, S. 2014-12-17 13:41 GMT+01:00 Anil Madhavapeddy <anil@xxxxxxxxxx>: That's correct. It's pinging from dom0 to the unikernel domU. _______________________________________________ MirageOS-devel mailing list MirageOS-devel@xxxxxxxxxxxxxxxxxxxx http://lists.xenproject.org/cgi-bin/mailman/listinfo/mirageos-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |