Hello,
Thank you very much for all replies...
I have the solution, all works fine now.
- 1 solution:
In csh
limit datasize 524588
- 2 solution:
In the kernel configuration:
/etc/sysconfigtab.
vm:
vm-swap-eager=0
proc:
per_proc_data_size = 536870912
and reboot the station
Best regards,
Josiane Tack
my first message :
>I have a problem with allocation memory.. I have change the OS recently (v5.1
tru64 unix)
>and my station can't accept to work fine.
>I have 1024 Mb RAM and I want to put 400Mo of data in the Memory (without
swaping if possible).
>This station is only for calcul.
>I can't do this ...
>
>A sample program in fortran like this:
>
> integer i
> parameter (i=100000000)
> real a(i)
>
> a(1)=2.
> print*,a(1)
> end
>
>can't be executed...
>
>
>
>I have this message of error "Insufficient memory to execute program"
>
>There is nothing else working on my station...
Received on Tue Feb 05 2002 - 11:01:32 NZDT