Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
Usually that error occurs because you ran out of memory. I'm not aware of any other cases. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursday, December 07, 2006 23:05 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
@lists.sourceforge.net Subject: Re: [WiX-users] memory usage Thanks, i'll take a look. What can be the cause of this error (still the same, big, problematic package)?: candle.exe : error CNDL0001 : Exception of type 'System.OutOfMemoryException' was thrown. Exception Type: System.OutOfMemoryException

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
] Sent: Friday, December 08, 2006 11:45 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage Well.. We build a package. Made some development, but nothing changed in the Wix source files. After this Wix used at least double of the memory it usually uses, and we

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
that have MSI files double this size doing just fine inside Microsoft. -Original Message- From: TibTam [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 11:45 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage Well.. We build a package. Made some

Re: [WiX-users] memory usage

2006-12-08 Thread Rob Mensching
Subject: Re: [WiX-users] memory usage What kind of profiler do you mean? I'm surprised too, one of my collegues wants me to solve this issue. :) Rob Mensching wrote: I'm not aware of any changes. You could stick a profiler on it and see where the memory is blowing up. I'm a little surprised

Re: [WiX-users] memory usage

2006-12-08 Thread TibTam
the allocated memory. *From:* TibTam [mailto:[EMAIL PROTECTED] *Sent:* Friday, December 08, 2006 12:21 *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] memory usage What kind of profiler do you mean? I'm surprised too, one of my collegues wants me

[WiX-users] memory usage

2006-12-07 Thread Tamas Tiboldi
Hi! We have a quite big project and wix uses huge amount of memory. (more than 500 MBs) Is there any possibility to maximize the memory usage? How does the package generation works? Thanks a lot Tamas -- View this message in context: http://www.nabble.com/memory-usage-tf2774539.html#a7739632

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
Uhh, maybe but you'd need to be a lot more specific about what in your project is quite big. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursday, December 07, 2006 05:58 To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
, maybe but you'd need to be a lot more specific about what in your project is quite big. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tamas Tiboldi Sent: Thursday, December 07, 2006 05:58 To: wix-users@lists.sourceforge.net Subject: [WiX-users

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
Are you compressing your files? If so, what compression level are you using? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of TibTam Sent: Thursday, December 07, 2006 09:36 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
, that'd be really cool. From: TibTam [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:02 To: Rob Mensching Subject: Re: [WiX-users] memory usage Package Id=---- Keywords=Installer Description=Software installer Comments=Copyright mycompany Manufacturer

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
:* TibTam [mailto:[EMAIL PROTECTED] *Sent:* Thursday, December 07, 2006 10:02 *To:* Rob Mensching *Subject:* Re: [WiX-users] memory usage Package Id=---- Keywords=Installer Description=Software installer Comments=Copyright mycompany Manufacturer=mycompany

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
XML file then candle is probably spending all of its time slogging through the XmlDocument. From: TibTam [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:21 To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage off topic: Sorry, i pressed Reply

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
slogging through the XmlDocument. *From:* TibTam [mailto:[EMAIL PROTECTED] *Sent:* Thursday, December 07, 2006 10:21 *To:* Rob Mensching *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] memory usage off topic: Sorry, i pressed Reply instaed of Reply All... on: You

Re: [WiX-users] memory usage

2006-12-07 Thread Rob Mensching
: [WiX-users] memory usage We have one wxs and many xmls with include. These xmls contain the folders/files/registries. We have the UI in a different xml too. If we can manage the xml files to be smaller, that can speed up the candle? Rob Mensching wrote: Do you have just one gigantic XML file

Re: [WiX-users] memory usage

2006-12-07 Thread Cullen Waters
] On Behalf Of TibTam Sent: Thursday, December 07, 2006 10:35 AM To: Rob Mensching Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] memory usage We have one wxs and many xmls with include. These xmls contain the folders/files/registries. We have the UI in a different xml too. If we can

Re: [WiX-users] memory usage

2006-12-07 Thread TibTam
Ok, but please help me in on doing that We decided to use includes because we have huge directory tree and some parts of the tree are in the main wxs file, and some are in the included xmls. We need to refer to the folders from the xmls to the wxs (for example at shortcut creation). And

Re: [WiX-users] memory usage

2006-12-07 Thread Bob Arnson
TibTam wrote: Ok, but please help me in on doing that We decided to use includes because we have huge directory tree and some parts of the tree are in the main wxs file, and some are in the included xmls. We need to refer to the folders from the xmls to the wxs (for example at shortcut

Re: [WiX-users] memory usage

2006-12-07 Thread Tamas Tiboldi
Thanks, i'll take a look. What can be the cause of this error (still the same, big, problematic package)?: candle.exe : error CNDL0001 : Exception of type 'System.OutOfMemoryException' was thrown. Exception Type: System.OutOfMemoryException Stack Trace: at