Re: [cfaussie] CFbuilder2 thoughts?
On Tue, Jun 28, 2011 at 10:33 PM, Zac Spitzer wrote: > How are people finding CFBuilder2? Rock solid. I have it open 24x7 and restart it maybe once every week or two (mostly because I'm doing other stuff that needs more memory, like running some big ass server VM for a test). That's on a quad core iMac 2.8GHz i7 8GB RAM. -- Sean A Corfield -- (904) 302-SEAN An Architect's View -- http://corfield.org/ World Singles, LLC. -- http://worldsingles.com/ Railo Technologies, Inc. -- http://www.getrailo.com/ "Perfection is the enemy of the good." -- Gustave Flaubert, French realist novelist (1821-1880) -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
Just did a re-install. If I create a new workspace, say in a new folder under My Documents (not what CF Builder first suggests), it does not crash. So thinking a permission issue by default - one I am not going to change for now but Adobe might want to look into why it defaults to an area that is not allowed by default. Nite! Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA Tel: +61-2-6284-2727 Mob: +61-2-0457-449-016 Email Address: pe...@coldgen.com WWW: http://www.coldgen.com/ ABN: 80 826 226 128 On 30 June 2011 01:28, ColdGen Internet Solutions wrote: > Thanks for the response Charlie will give it a go tomorrow - a full > re-install. > > Just not right now (1:30am lol)! > > Cheers! > > Peter Tilbrook > Managing Director, ColdGen Internet Solutions > Professional Adobe ColdFusion 9 Application Development > President, ACT and Region ColdFusion Users Group > PO Box 2247 > Queanbeyan, NSW, 2620 > AUSTRALIA > > Tel: +61-2-6284-2727 > Mob: +61-2-0457-449-016 > > Email Address: pe...@coldgen.com > WWW: http://www.coldgen.com/ > > ABN: 80 826 226 128 > > > > On 29 June 2011 23:54, charlie arehart wrote: >> For anyone having CFB performance problems, I would stress the value of >> opening the "progress view" (window>show view>other>general). That will show >> many background operations that can be going on and hanging things up. >> Similarly, if it's opened when you close CFB, then when you open it, you'll >> see it being shown as it's starting up, and you may see activity going on >> there/then. >> >> Peter, I realize you can't see it because you can't get it to respond at >> all. BTW, are you saying that every time you open CFB, this happens? If not, >> then you can try the above. If so, then here's another idea, with perhaps >> some other potential benefits. >> >> Have you tried open CFB with a new workspace. (There's a command-line switch >> that can get it to do that if you can't get into the interface to switch >> workspaces). I would expect that any problem would go away. You could then >> add back the things you may have configured that may be failing (and again, >> keep an eye on the Progress view in case it shows when it goes amiss). For >> instance, you may have configured a connection to a server that is causing a >> problem, or perhaps your workspace file itself is configured to exist on a >> network drive (rather than a local drive), and so on. >> >> BTW, about the server configuration matter, note that CFB does try to talk >> to any configured servers (as listed in the Servers view) at startup. That's >> another configurable option, where you could tell it to only refresh when >> you do it manually. (The server refresh is needed if CFB is to know that >> you've added new CFCs and other such items on the server that it tries to >> "know about" about your environment. Since those can exist in locations >> other then where your code/project itself lives, that's why it talks to the >> server to get such configuration info.) >> >> I talk about a lot of these tuning matters in a section of my "Hidden Gems >> in CFBuilder" talk I did in 2009-2010 (they still apply to CFB2). That's >> available on my site at www.carehart.org/presentations/. Hope some of that's >> helpful. >> >> /charlie >> >> >>> -Original Message- >>> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On >>> Behalf Of ColdGen Internet Solutions >>> Sent: Wednesday, June 29, 2011 2:07 AM >>> To: cfaussie@googlegroups.com >>> Subject: Re: [cfaussie] CFbuilder2 thoughts? >>> >>> Doesn't work at all for me. Loads up and then just crashes. >>> >>> Windows 7 Ultimate 64-bit - 8Gb RAM. >>> >>> Peter Tilbrook >>> Managing Director, ColdGen Internet Solutions >>> Professional Adobe ColdFusion 9 Application Development >>> President, ACT and Region ColdFusion Users Group >>> PO Box 2247 >>> Queanbeyan, NSW, 2620 >>> AUSTRALIA >>> >>> Tel: +61-2-6284-2727 >>> Mob: +61-2-0457-449-016 >>> >>> Email Address: pe...@coldgen.com >>> WWW: http://www.coldgen.com/ >>> >>> ABN: 80 826 226 128 >>> >>> >>> >>> On 29 June 2011 15:59, Kai Koenig wrote: >>> > For me it wo
Re: [cfaussie] CFbuilder2 thoughts?
Thanks for the response Charlie will give it a go tomorrow - a full re-install. Just not right now (1:30am lol)! Cheers! Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA Tel: +61-2-6284-2727 Mob: +61-2-0457-449-016 Email Address: pe...@coldgen.com WWW: http://www.coldgen.com/ ABN: 80 826 226 128 On 29 June 2011 23:54, charlie arehart wrote: > For anyone having CFB performance problems, I would stress the value of > opening the "progress view" (window>show view>other>general). That will show > many background operations that can be going on and hanging things up. > Similarly, if it's opened when you close CFB, then when you open it, you'll > see it being shown as it's starting up, and you may see activity going on > there/then. > > Peter, I realize you can't see it because you can't get it to respond at > all. BTW, are you saying that every time you open CFB, this happens? If not, > then you can try the above. If so, then here's another idea, with perhaps > some other potential benefits. > > Have you tried open CFB with a new workspace. (There's a command-line switch > that can get it to do that if you can't get into the interface to switch > workspaces). I would expect that any problem would go away. You could then > add back the things you may have configured that may be failing (and again, > keep an eye on the Progress view in case it shows when it goes amiss). For > instance, you may have configured a connection to a server that is causing a > problem, or perhaps your workspace file itself is configured to exist on a > network drive (rather than a local drive), and so on. > > BTW, about the server configuration matter, note that CFB does try to talk > to any configured servers (as listed in the Servers view) at startup. That's > another configurable option, where you could tell it to only refresh when > you do it manually. (The server refresh is needed if CFB is to know that > you've added new CFCs and other such items on the server that it tries to > "know about" about your environment. Since those can exist in locations > other then where your code/project itself lives, that's why it talks to the > server to get such configuration info.) > > I talk about a lot of these tuning matters in a section of my "Hidden Gems > in CFBuilder" talk I did in 2009-2010 (they still apply to CFB2). That's > available on my site at www.carehart.org/presentations/. Hope some of that's > helpful. > > /charlie > > >> -----Original Message- >> From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On >> Behalf Of ColdGen Internet Solutions >> Sent: Wednesday, June 29, 2011 2:07 AM >> To: cfaussie@googlegroups.com >> Subject: Re: [cfaussie] CFbuilder2 thoughts? >> >> Doesn't work at all for me. Loads up and then just crashes. >> >> Windows 7 Ultimate 64-bit - 8Gb RAM. >> >> Peter Tilbrook >> Managing Director, ColdGen Internet Solutions >> Professional Adobe ColdFusion 9 Application Development >> President, ACT and Region ColdFusion Users Group >> PO Box 2247 >> Queanbeyan, NSW, 2620 >> AUSTRALIA >> >> Tel: +61-2-6284-2727 >> Mob: +61-2-0457-449-016 >> >> Email Address: pe...@coldgen.com >> WWW: http://www.coldgen.com/ >> >> ABN: 80 826 226 128 >> >> >> >> On 29 June 2011 15:59, Kai Koenig wrote: >> > For me it works absolutely fine, Mac OS X 10.6.7 64 bit. >> > >> > -Xdock:icon=../Resources/Eclipse.icns >> > -XstartOnFirstThread >> > -Dorg.eclipse.swt.internal.carbon.smallFonts >> > -Xms512m >> > -Xmx1024m >> > -XX:MaxPermSize=256m >> > -XX:PermSize=64m >> > -Xdock:icon=../Resources/Eclipse.icns >> > -XstartOnFirstThread >> > -Dorg.eclipse.swt.internal.carbon.smallFonts >> > -Dosgi.requiredJavaVersion=1.6 >> > >> > It usually hovers around 200 MB used heap (and that's with 15-20 >> cfm/cfc/js files open). >> > >> > I had performance trouble during some of the pre-release rounds but >> the CF team did an awesome job eliminating those issues imho. >> > >> > Personally I run CFB2 (actually everything) as plugins in an Eclipse >> setup instead of a stand-alone install. It _shouldn't_ make a >> difference re performance, but I subjectively feel that it does to me >> (besides the flexibility) - I use Eclipse 3.6.1 64bit. >> >
RE: [cfaussie] CFbuilder2 thoughts?
For anyone having CFB performance problems, I would stress the value of opening the "progress view" (window>show view>other>general). That will show many background operations that can be going on and hanging things up. Similarly, if it's opened when you close CFB, then when you open it, you'll see it being shown as it's starting up, and you may see activity going on there/then. Peter, I realize you can't see it because you can't get it to respond at all. BTW, are you saying that every time you open CFB, this happens? If not, then you can try the above. If so, then here's another idea, with perhaps some other potential benefits. Have you tried open CFB with a new workspace. (There's a command-line switch that can get it to do that if you can't get into the interface to switch workspaces). I would expect that any problem would go away. You could then add back the things you may have configured that may be failing (and again, keep an eye on the Progress view in case it shows when it goes amiss). For instance, you may have configured a connection to a server that is causing a problem, or perhaps your workspace file itself is configured to exist on a network drive (rather than a local drive), and so on. BTW, about the server configuration matter, note that CFB does try to talk to any configured servers (as listed in the Servers view) at startup. That's another configurable option, where you could tell it to only refresh when you do it manually. (The server refresh is needed if CFB is to know that you've added new CFCs and other such items on the server that it tries to "know about" about your environment. Since those can exist in locations other then where your code/project itself lives, that's why it talks to the server to get such configuration info.) I talk about a lot of these tuning matters in a section of my "Hidden Gems in CFBuilder" talk I did in 2009-2010 (they still apply to CFB2). That's available on my site at www.carehart.org/presentations/. Hope some of that's helpful. /charlie > -Original Message- > From: cfaussie@googlegroups.com [mailto:cfaussie@googlegroups.com] On > Behalf Of ColdGen Internet Solutions > Sent: Wednesday, June 29, 2011 2:07 AM > To: cfaussie@googlegroups.com > Subject: Re: [cfaussie] CFbuilder2 thoughts? > > Doesn't work at all for me. Loads up and then just crashes. > > Windows 7 Ultimate 64-bit - 8Gb RAM. > > Peter Tilbrook > Managing Director, ColdGen Internet Solutions > Professional Adobe ColdFusion 9 Application Development > President, ACT and Region ColdFusion Users Group > PO Box 2247 > Queanbeyan, NSW, 2620 > AUSTRALIA > > Tel: +61-2-6284-2727 > Mob: +61-2-0457-449-016 > > Email Address: pe...@coldgen.com > WWW: http://www.coldgen.com/ > > ABN: 80 826 226 128 > > > > On 29 June 2011 15:59, Kai Koenig wrote: > > For me it works absolutely fine, Mac OS X 10.6.7 64 bit. > > > > -Xdock:icon=../Resources/Eclipse.icns > > -XstartOnFirstThread > > -Dorg.eclipse.swt.internal.carbon.smallFonts > > -Xms512m > > -Xmx1024m > > -XX:MaxPermSize=256m > > -XX:PermSize=64m > > -Xdock:icon=../Resources/Eclipse.icns > > -XstartOnFirstThread > > -Dorg.eclipse.swt.internal.carbon.smallFonts > > -Dosgi.requiredJavaVersion=1.6 > > > > It usually hovers around 200 MB used heap (and that's with 15-20 > cfm/cfc/js files open). > > > > I had performance trouble during some of the pre-release rounds but > the CF team did an awesome job eliminating those issues imho. > > > > Personally I run CFB2 (actually everything) as plugins in an Eclipse > setup instead of a stand-alone install. It _shouldn't_ make a > difference re performance, but I subjectively feel that it does to me > (besides the flexibility) - I use Eclipse 3.6.1 64bit. > > > > Cheers > > Kai > > > > > >> How are people finding CFBuilder2? > >> > >> I've been using the trial for a while, even increased the memory to > 1gb, > >> but it really doesn't feel stable enough as a primary IDE, I'm > finding it often > >> locks up and even simple things like clicking search results don't > always > >> actually open the file and scroll to the first match? > >> > >> if there was a swear jar on my desk, it would be full > > > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "cfaussie" group. > > To post to this group, send email to cfaussie@googlegroups.com. > > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > >
Re: [cfaussie] CFbuilder2 thoughts?
I'm running it without issue on Win 7 Professional 64bit. One thing I did run into was having to run it as the administrator to install plugins. Have you tried running it as administrator just to be sure? Also have you tried launching it from the command line? Does it give any useful output? Sent from my mobile On 29/06/2011, at 4:06 PM, ColdGen Internet Solutions wrote: > Doesn't work at all for me. Loads up and then just crashes. > > Windows 7 Ultimate 64-bit - 8Gb RAM. > > Peter Tilbrook > Managing Director, ColdGen Internet Solutions > Professional Adobe ColdFusion 9 Application Development > President, ACT and Region ColdFusion Users Group > PO Box 2247 > Queanbeyan, NSW, 2620 > AUSTRALIA > > Tel: +61-2-6284-2727 > Mob: +61-2-0457-449-016 > > Email Address: pe...@coldgen.com > WWW: http://www.coldgen.com/ > > ABN: 80 826 226 128 > > > > On 29 June 2011 15:59, Kai Koenig wrote: >> For me it works absolutely fine, Mac OS X 10.6.7 64 bit. >> >> -Xdock:icon=../Resources/Eclipse.icns >> -XstartOnFirstThread >> -Dorg.eclipse.swt.internal.carbon.smallFonts >> -Xms512m >> -Xmx1024m >> -XX:MaxPermSize=256m >> -XX:PermSize=64m >> -Xdock:icon=../Resources/Eclipse.icns >> -XstartOnFirstThread >> -Dorg.eclipse.swt.internal.carbon.smallFonts >> -Dosgi.requiredJavaVersion=1.6 >> >> It usually hovers around 200 MB used heap (and that's with 15-20 cfm/cfc/js >> files open). >> >> I had performance trouble during some of the pre-release rounds but the CF >> team did an awesome job eliminating those issues imho. >> >> Personally I run CFB2 (actually everything) as plugins in an Eclipse setup >> instead of a stand-alone install. It _shouldn't_ make a difference re >> performance, but I subjectively feel that it does to me (besides the >> flexibility) - I use Eclipse 3.6.1 64bit. >> >> Cheers >> Kai >> >> >>> How are people finding CFBuilder2? >>> >>> I've been using the trial for a while, even increased the memory to 1gb, >>> but it really doesn't feel stable enough as a primary IDE, I'm finding it >>> often >>> locks up and even simple things like clicking search results don't always >>> actually open the file and scroll to the first match? >>> >>> if there was a swear jar on my desk, it would be full >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to cfaussie@googlegroups.com. >> To unsubscribe from this group, send email to >> cfaussie+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
Nothing - don't even get that far. Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA Tel: +61-2-6284-2727 Mob: +61-2-0457-449-016 Email Address: pe...@coldgen.com WWW: http://www.coldgen.com/ ABN: 80 826 226 128 On 29 June 2011 16:08, Mark Mandel wrote: > How big is the file you are editing? > Mark > > On Wed, Jun 29, 2011 at 3:45 PM, Zac Spitzer wrote: >> >> Hi Mark, >> >> my desktop is beefy enough, it's a quad core 2.67ghz i5 with >> 4gb running on win7 64-bit >> >> jvm settings I changed are >> >> -Xmx1024m >> -Xms256m >> -XX:MaxPermSize=512m >> >> it runs with about 270-360 mb of ram usually assigned >> >> I've tried turning off all the syntax checking, but that only helped a >> little bit >> >> z >> >> >> On Wed, Jun 29, 2011 at 3:37 PM, Mark Mandel >> wrote: >> > I run it on a VM with 2 GB of RAM (Linux host), and 2 CPU cores out of >> > my >> > host's 4 and it runs great, no problems. >> > My VM args are: >> > -vmargs >> > -XX:MaxPermSize=256m >> > -XX:PermSize=64m >> > -Dosgi.requiredJavaVersion=1.5 >> > -Xms256m >> > -Xmx1024m >> > What sort of CPU do you have? I know when I had it running on a single >> > CPU >> > VM, it was aweful. It does so much stuff in the background, that >> > anything >> > less than 2 CPU cores will have it hanging hardcore. >> > Mark >> > On Wed, Jun 29, 2011 at 3:33 PM, Zac Spitzer >> > wrote: >> >> >> >> How are people finding CFBuilder2? >> >> >> >> I've been using the trial for a while, even increased the memory to >> >> 1gb, >> >> but it really doesn't feel stable enough as a primary IDE, I'm finding >> >> it >> >> often >> >> locks up and even simple things like clicking search results don't >> >> always >> >> actually open the file and scroll to the first match? >> >> >> >> if there was a swear jar on my desk, it would be full >> >> >> >> z >> >> >> >> -- >> >> Zac Spitzer >> >> Solution Architect / Director >> >> Ennoble Consultancy Australia >> >> http://www.ennoble.com.au >> >> http://zacster.blogspot.com >> >> +61 405 847 168 >> >> >> >> -- >> >> You received this message because you are subscribed to the Google >> >> Groups >> >> "cfaussie" group. >> >> To post to this group, send email to cfaussie@googlegroups.com. >> >> To unsubscribe from this group, send email to >> >> cfaussie+unsubscr...@googlegroups.com. >> >> For more options, visit this group at >> >> http://groups.google.com/group/cfaussie?hl=en. >> >> >> > >> > >> > >> > -- >> > E: mark.man...@gmail.com >> > T: http://www.twitter.com/neurotic >> > W: www.compoundtheory.com >> > >> > cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia >> > http://www.cfobjective.com.au >> > >> > Hands-on ColdFusion ORM Training >> > www.ColdFusionOrmTraining.com >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "cfaussie" group. >> > To post to this group, send email to cfaussie@googlegroups.com. >> > To unsubscribe from this group, send email to >> > cfaussie+unsubscr...@googlegroups.com. >> > For more options, visit this group at >> > http://groups.google.com/group/cfaussie?hl=en. >> > >> >> >> >> -- >> Zac Spitzer >> Solution Architect / Director >> Ennoble Consultancy Australia >> http://www.ennoble.com.au >> http://zacster.blogspot.com >> +61 405 847 168 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to cfaussie@googlegroups.com. >> To unsubscribe from this group, send email to >> cfaussie+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> > > > > -- > E: mark.man...@gmail.com > T: http://www.twitter.com/neurotic > W: www.compoundtheory.com > > cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia > http://www.cfobjective.com.au > > Hands-on ColdFusion ORM Training > www.ColdFusionOrmTraining.com > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
How big is the file you are editing? Mark On Wed, Jun 29, 2011 at 3:45 PM, Zac Spitzer wrote: > Hi Mark, > > my desktop is beefy enough, it's a quad core 2.67ghz i5 with > 4gb running on win7 64-bit > > jvm settings I changed are > > -Xmx1024m > -Xms256m > -XX:MaxPermSize=512m > > it runs with about 270-360 mb of ram usually assigned > > I've tried turning off all the syntax checking, but that only helped a > little bit > > z > > > On Wed, Jun 29, 2011 at 3:37 PM, Mark Mandel > wrote: > > I run it on a VM with 2 GB of RAM (Linux host), and 2 CPU cores out of my > > host's 4 and it runs great, no problems. > > My VM args are: > > -vmargs > > -XX:MaxPermSize=256m > > -XX:PermSize=64m > > -Dosgi.requiredJavaVersion=1.5 > > -Xms256m > > -Xmx1024m > > What sort of CPU do you have? I know when I had it running on a single > CPU > > VM, it was aweful. It does so much stuff in the background, that anything > > less than 2 CPU cores will have it hanging hardcore. > > Mark > > On Wed, Jun 29, 2011 at 3:33 PM, Zac Spitzer > wrote: > >> > >> How are people finding CFBuilder2? > >> > >> I've been using the trial for a while, even increased the memory to 1gb, > >> but it really doesn't feel stable enough as a primary IDE, I'm finding > it > >> often > >> locks up and even simple things like clicking search results don't > always > >> actually open the file and scroll to the first match? > >> > >> if there was a swear jar on my desk, it would be full > >> > >> z > >> > >> -- > >> Zac Spitzer > >> Solution Architect / Director > >> Ennoble Consultancy Australia > >> http://www.ennoble.com.au > >> http://zacster.blogspot.com > >> +61 405 847 168 > >> > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "cfaussie" group. > >> To post to this group, send email to cfaussie@googlegroups.com. > >> To unsubscribe from this group, send email to > >> cfaussie+unsubscr...@googlegroups.com. > >> For more options, visit this group at > >> http://groups.google.com/group/cfaussie?hl=en. > >> > > > > > > > > -- > > E: mark.man...@gmail.com > > T: http://www.twitter.com/neurotic > > W: www.compoundtheory.com > > > > cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia > > http://www.cfobjective.com.au > > > > Hands-on ColdFusion ORM Training > > www.ColdFusionOrmTraining.com > > > > -- > > You received this message because you are subscribed to the Google Groups > > "cfaussie" group. > > To post to this group, send email to cfaussie@googlegroups.com. > > To unsubscribe from this group, send email to > > cfaussie+unsubscr...@googlegroups.com. > > For more options, visit this group at > > http://groups.google.com/group/cfaussie?hl=en. > > > > > > -- > Zac Spitzer > Solution Architect / Director > Ennoble Consultancy Australia > http://www.ennoble.com.au > http://zacster.blogspot.com > +61 405 847 168 > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > > -- E: mark.man...@gmail.com T: http://www.twitter.com/neurotic W: www.compoundtheory.com cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia http://www.cfobjective.com.au Hands-on ColdFusion ORM Training www.ColdFusionOrmTraining.com -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
Doesn't work at all for me. Loads up and then just crashes. Windows 7 Ultimate 64-bit - 8Gb RAM. Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA Tel: +61-2-6284-2727 Mob: +61-2-0457-449-016 Email Address: pe...@coldgen.com WWW: http://www.coldgen.com/ ABN: 80 826 226 128 On 29 June 2011 15:59, Kai Koenig wrote: > For me it works absolutely fine, Mac OS X 10.6.7 64 bit. > > -Xdock:icon=../Resources/Eclipse.icns > -XstartOnFirstThread > -Dorg.eclipse.swt.internal.carbon.smallFonts > -Xms512m > -Xmx1024m > -XX:MaxPermSize=256m > -XX:PermSize=64m > -Xdock:icon=../Resources/Eclipse.icns > -XstartOnFirstThread > -Dorg.eclipse.swt.internal.carbon.smallFonts > -Dosgi.requiredJavaVersion=1.6 > > It usually hovers around 200 MB used heap (and that's with 15-20 cfm/cfc/js > files open). > > I had performance trouble during some of the pre-release rounds but the CF > team did an awesome job eliminating those issues imho. > > Personally I run CFB2 (actually everything) as plugins in an Eclipse setup > instead of a stand-alone install. It _shouldn't_ make a difference re > performance, but I subjectively feel that it does to me (besides the > flexibility) - I use Eclipse 3.6.1 64bit. > > Cheers > Kai > > >> How are people finding CFBuilder2? >> >> I've been using the trial for a while, even increased the memory to 1gb, >> but it really doesn't feel stable enough as a primary IDE, I'm finding it >> often >> locks up and even simple things like clicking search results don't always >> actually open the file and scroll to the first match? >> >> if there was a swear jar on my desk, it would be full > > > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
For me it works absolutely fine, Mac OS X 10.6.7 64 bit. -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Xms512m -Xmx1024m -XX:MaxPermSize=256m -XX:PermSize=64m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Dosgi.requiredJavaVersion=1.6 It usually hovers around 200 MB used heap (and that's with 15-20 cfm/cfc/js files open). I had performance trouble during some of the pre-release rounds but the CF team did an awesome job eliminating those issues imho. Personally I run CFB2 (actually everything) as plugins in an Eclipse setup instead of a stand-alone install. It _shouldn't_ make a difference re performance, but I subjectively feel that it does to me (besides the flexibility) - I use Eclipse 3.6.1 64bit. Cheers Kai > How are people finding CFBuilder2? > > I've been using the trial for a while, even increased the memory to 1gb, > but it really doesn't feel stable enough as a primary IDE, I'm finding it > often > locks up and even simple things like clicking search results don't always > actually open the file and scroll to the first match? > > if there was a swear jar on my desk, it would be full -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
Hi Mark, my desktop is beefy enough, it's a quad core 2.67ghz i5 with 4gb running on win7 64-bit jvm settings I changed are -Xmx1024m -Xms256m -XX:MaxPermSize=512m it runs with about 270-360 mb of ram usually assigned I've tried turning off all the syntax checking, but that only helped a little bit z On Wed, Jun 29, 2011 at 3:37 PM, Mark Mandel wrote: > I run it on a VM with 2 GB of RAM (Linux host), and 2 CPU cores out of my > host's 4 and it runs great, no problems. > My VM args are: > -vmargs > -XX:MaxPermSize=256m > -XX:PermSize=64m > -Dosgi.requiredJavaVersion=1.5 > -Xms256m > -Xmx1024m > What sort of CPU do you have? I know when I had it running on a single CPU > VM, it was aweful. It does so much stuff in the background, that anything > less than 2 CPU cores will have it hanging hardcore. > Mark > On Wed, Jun 29, 2011 at 3:33 PM, Zac Spitzer wrote: >> >> How are people finding CFBuilder2? >> >> I've been using the trial for a while, even increased the memory to 1gb, >> but it really doesn't feel stable enough as a primary IDE, I'm finding it >> often >> locks up and even simple things like clicking search results don't always >> actually open the file and scroll to the first match? >> >> if there was a swear jar on my desk, it would be full >> >> z >> >> -- >> Zac Spitzer >> Solution Architect / Director >> Ennoble Consultancy Australia >> http://www.ennoble.com.au >> http://zacster.blogspot.com >> +61 405 847 168 >> >> -- >> You received this message because you are subscribed to the Google Groups >> "cfaussie" group. >> To post to this group, send email to cfaussie@googlegroups.com. >> To unsubscribe from this group, send email to >> cfaussie+unsubscr...@googlegroups.com. >> For more options, visit this group at >> http://groups.google.com/group/cfaussie?hl=en. >> > > > > -- > E: mark.man...@gmail.com > T: http://www.twitter.com/neurotic > W: www.compoundtheory.com > > cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia > http://www.cfobjective.com.au > > Hands-on ColdFusion ORM Training > www.ColdFusionOrmTraining.com > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > -- Zac Spitzer Solution Architect / Director Ennoble Consultancy Australia http://www.ennoble.com.au http://zacster.blogspot.com +61 405 847 168 -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.
Re: [cfaussie] CFbuilder2 thoughts?
I run it on a VM with 2 GB of RAM (Linux host), and 2 CPU cores out of my host's 4 and it runs great, no problems. My VM args are: -vmargs -XX:MaxPermSize=256m -XX:PermSize=64m -Dosgi.requiredJavaVersion=1.5 -Xms256m -Xmx1024m What sort of CPU do you have? I know when I had it running on a single CPU VM, it was aweful. It does so much stuff in the background, that anything less than 2 CPU cores will have it hanging hardcore. Mark On Wed, Jun 29, 2011 at 3:33 PM, Zac Spitzer wrote: > How are people finding CFBuilder2? > > I've been using the trial for a while, even increased the memory to 1gb, > but it really doesn't feel stable enough as a primary IDE, I'm finding it > often > locks up and even simple things like clicking search results don't always > actually open the file and scroll to the first match? > > if there was a swear jar on my desk, it would be full > > z > > -- > Zac Spitzer > Solution Architect / Director > Ennoble Consultancy Australia > http://www.ennoble.com.au > http://zacster.blogspot.com > +61 405 847 168 > > -- > You received this message because you are subscribed to the Google Groups > "cfaussie" group. > To post to this group, send email to cfaussie@googlegroups.com. > To unsubscribe from this group, send email to > cfaussie+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/cfaussie?hl=en. > > -- E: mark.man...@gmail.com T: http://www.twitter.com/neurotic W: www.compoundtheory.com cf.Objective(ANZ) - Nov 17, 18 - Melbourne Australia http://www.cfobjective.com.au Hands-on ColdFusion ORM Training www.ColdFusionOrmTraining.com -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.