Open marqueswsm opened 7 years ago
How much memory did you give to your Xen VM?
Thanks for the answer. I tested it with various amounts. However, when I have provided more memory, the VM responds to a larger number of requests, but the problem occurs in the same way. I currently place 256MB and the error occurs with 500 requests. I do not know if this error should occur according to the amount of memory or the problem is in the Xen configuration...
www . xl:
`# Generated by mirage configure -t xen --ipv4 192.168.0.151/24 (Mon, 28 Aug 2017 12:32:51 GMT).
name = 'www1' kernel = '/home/wagner/Downloads/mirage1/src/./www.xen' builder = 'linux' memory = 256 on_crash = 'preserve'
disk = [ 'format=raw, vdev=xvdb, access=rw, target=/home/wagner/Downloads/mirage1/src/./tar_block1.img', 'format=raw, vdev=xvdd, access=rw, target=/home/wagner/Downloads/mirage1/src/./tar_block2.img', 'format=raw, vdev=xvde, access=rw, target=/home/wagner/Downloads/mirage1/src/./fat_block2.img', 'format=raw, vdev=xvdf, access=rw, target=/home/wagner/Downloads/mirage1/src/./tar_block3.img', 'format=raw, vdev=xvdc, access=rw, target=/home/wagner/Downloads/mirage1/src/./fat_block1.img', 'format=raw, vdev=xvdg, access=rw, target=/home/wagner/Downloads/mirage1/src/./fat_block3.img' ]
vif = [ 'bridge=xenbr0' ] `
Hello. I'm working with MirageOs on Xen. I created unikernel with a simple web page. However, my unikernel Crash and show the error message: "Out of memory". In addition, I tested the examples mirage-www and static web application of the mirage-skeleton and error persist. This error occurs when I do some requests with Apache Benchmark (AB).
Does anyone know why this error occurs and what is the solution?