Author |
Message
|
mkitclr |
Posted: Mon Jun 03, 2013 5:19 am Post subject: |
|
|
Novice
Joined: 19 May 2011 Posts: 16
|
Quote: |
Why is your test trying to work with such a large file? Is this representative of the type of thing that will be done in your prod env? |
App failing on huge volumes.
Quote: |
Looks like an OS limitation to me. Have you tried recompiling q with 64 bit binaries? |
I don't have the source code.
btw I got qload utility that works on our current kernel(MO03 is using the global lib 2 versions a head of our current kernel uses(can't update just that Global library bcoz that might be used by many other programs and also it is version sensitive))..Paul Clarke(Thanks to his prompt response and support) complied his code against the libs that our OS uses and it worked.
Thanks to all for you response. |
|
Back to top |
|
 |
Michael Dag |
Posted: Mon Jun 03, 2013 6:31 am Post subject: Re: Volume testing |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
mkitclr wrote: |
Thanks to my SYS admin..
He says the 32 bit version of the programs will have trouble handling the files that are larger than 2gb..here q utility is 32 bit..and I couldn't find any 64 bit utility. |
so why not split the file in 4 parts of 1,2 GB and load it? _________________ Michael
MQSystems Facebook page |
|
Back to top |
|
 |
mkitclr |
Posted: Mon Jun 17, 2013 9:28 am Post subject: Volume testing |
|
|
Novice
Joined: 19 May 2011 Posts: 16
|
Quote: |
so why not split the file in 4 parts of 1,2 GB and load it? |
sry for the late response.
splitting the file ---could have done that..since q program backs up every message as a new line(I backed up the Q using q utility).
once one of the dev gave me a file with <100k and asked me to load it to a Q, he verified good after I loaded using q utility, later he gave me big file I split the file using "split -l 100000 XXXXXX" and used the same q uitlity he complained abt truncated message. |
|
Back to top |
|
 |
PaulClarke |
Posted: Tue Jun 18, 2013 1:40 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
Hi,
When you say you couldn't find a 64bit version of Q...where did you look ? As far as I can see the latest version of MA01 has 64bit versions of both Intel and Power Linux.
Cheers,
Paul. _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
mkitclr |
Posted: Fri Jun 28, 2013 4:57 am Post subject: Volume testing |
|
|
Novice
Joined: 19 May 2011 Posts: 16
|
|
Back to top |
|
 |
PaulClarke |
Posted: Fri Jun 28, 2013 6:31 am Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
I am confused. That is the QLOAD utility right ? I thought we were talking about Q.
Which is it ? _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
|