|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Xen Killing fortran app?!
> -----Original Message-----
> From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of
> Luis Rodrigues
> Sent: 11 May 2006 14:10
> To: xen-users@xxxxxxxxxxxxxxxxxxx
> Subject: [Xen-users] Xen Killing fortran app?!
>
> Hi,
>
> I have an fortran application (CAMx model) that runs fine on
> my machine witout XEN.
> If I start xend from init scripts (so xen is running from
> begin) the applications simply craches.
>
> strace ./CAMx.mrpo.1.8.i_linux
> execve("./CAMx.mrpo.1.8.i_linux",
> ["./CAMx.mrpo.1.8.i_linux"], [/* 33 vars */]) = -1 ENOMEM
> (Cannot allocate memory)
> +++ killed by SIGKILL +++
How much memory does the app actually need (do "size ./CAMx*")?
It sounds like it could actually be running out of memory, perhaps?
--
Mats
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|