Re: [U2] 2gig limit sticking into bash shell

2009-07-07 Thread Symeon Breen
- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Michael Pflugfelder Sent: 07 July 2009 17:38 To: U2 Users List Subject: Re: [U2] 2gig limit sticking into bash shell In your diff comparison below, it appears that the first shell is /bin/bash and

Re: [U2] 2gig limit sticking into bash shell

2009-07-07 Thread Michael Pflugfelder
In your diff comparison below, it appears that the first shell is /bin/bash and the second shell (started as a subshell of Universe) is /bin/sh. Wondering if that's where your problem is. You could try changing the UV Verb SH from /bin/sh to /bin/bash and see if that helps. > > Thanks for th

Re: [U2] 2gig limit sticking into bash shell

2009-07-07 Thread bpaige
Of George Gallen Sent: Monday, July 06, 2009 1:23 PM To: U2 Users List Subject: Re: [U2] 2gig limit sticking into bash shell I'm on UV 10.0.2 on Redhat, I did a shell, and my ulimit was unlimited. George > -Original Message- > From: u2-users-boun...@listserver.u2ug.org [ma

Re: [U2] 2gig limit sticking into bash shell

2009-07-07 Thread Dan Goble
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen Sent: Monday, July 06, 2009 2:23 PM To: U2 Users List Subject: Re: [U2] 2gig limit sticking into bash shell I'm on UV 10.0.2 on Redhat, I did a shell, and my ulimit was unlimited. George > -

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Symeon Breen
because it is the 32 bit version. Now I know about this it is fine. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Bill Haskett Sent: 06 July 2009 18:58 To: U2 Users List Subject: Re: [U2] 2gig limit sticking into bash

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread George Gallen
t; To: U2 Users List > Subject: Re: [U2] 2gig limit sticking into bash shell > > Symeon: > > Would you consider this a bug? I wonder if the same problem exists on > Windows? > > Bill > > Symeon Breen said the following on 7/6/2009 8:07 AM: > > Yes that is the one - ulimit

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Steve Romanow
[U2] 2gig limit sticking into bash shell Hi, Redhat linux ES 3 64bit with udt 7.1 32 bit - i have a zip file that contains a 12 gig csv in it. I can unzip this fine from bash. However if i go into udt then either shell out, or quit from udt and try the unzip command it stops when the ex

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Bill Haskett
-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Monday, July 06, 2009 6:01 AM To: 'U2 Users List' Subject: Re: [U2] 2gig limit sticking into bash shell Thanks for the pointers, Sorry i mislead you a bit - when i tried this myse

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Symeon Breen
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Dan Goble Sent: 06 July 2009 14:59 To: U2 Users List Subject: Re: [U2] 2gig limit sticking into bash shell You may want to check the ulimit for the user. Shell down to Unix and perform a ulimit -f this will tell you if there is a max

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Dan Goble
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Symeon Breen Sent: Monday, July 06, 2009 6:01 AM To: 'U2 Users List' Subject: Re: [U2] 2gig limit sticking into bash shell Thanks for the pointers, Sorry i mislead you a bit - when i tried this myself it does indeed work i

Re: [U2] 2gig limit sticking into bash shell

2009-07-06 Thread Symeon Breen
| less < } < psm () < { < ps --cols=1000 --sort='-vsz,uid,pgid,ppid,pid' -e -o user,pid,ppid,pgid,stime,stat,wchan,time,pcpu,pmem,vsz,rss,sz,args | sed 's/^/ /' | less < } --- > VARMEM_PCT=50 > WRITE_TO_CONSOLE=0 > ZERO_CHAR=131 > _= LD_LIBRA

Re: [U2] 2gig limit sticking into bash shell

2009-07-03 Thread regalitare
Jul 3, 2009 7:07 am Subject: [U2] 2gig limit sticking into bash shell Hi, Redhat linux ES 3 64bit with udt 7.1 32 bit - i have a zip file that contains a 12 gig csv in it. I can unzip this fine from bash. However if i go into udt then either shell out, or quit from udt and try the unz

[U2] 2gig limit sticking into bash shell

2009-07-03 Thread Symeon Breen
Hi, Redhat linux ES 3 64bit with udt 7.1 32 bit - i have a zip file that contains a 12 gig csv in it. I can unzip this fine from bash. However if i go into udt then either shell out, or quit from udt and try the unzip command it stops when the extract gets to 2gig. I understand the fork-exec mech