Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Heap error
Heap error [message #17292] Thu, 08 November 2007 14:51 Go to next message
Eclipse UserFriend
Originally posted by: gunter.pfeiffer.berger-lahr.com

Hello,

DLTK is realy nice and i realy want to use it. But i have a big problem.

In my tcl project directory i have a lot of big log files from my
application.
This is not nice, i know, but in the moment i can not change it.
And now every time i try to make a eclips tcl project i will get an heap
overflow error (1 GB). Wenn i delete all big files, i can create the tcl
project and all things works fine.
To solve this problem i tried to configure filters and the project
includes and excludes but it does not seem to help anything.
I can not understand why i get *.log files in my project wenn i have the
include filter only configured for *.tcl ????
Is this a bug or did i totaly use wrongly this tool ?
best regards
Gunter
Re: Heap error [message #17365 is a reply to message #17292] Mon, 12 November 2007 13:10 Go to previous messageGo to next message
Andrei Sobolev is currently offline Andrei SobolevFriend
Messages: 72
Registered: July 2009
Member
Hi Gunter,

Filter you use only affect on presentation, but not on model.
DLTK Tcl delect tcl files not only by exension, but also by content, it
looks for patterns like
"#!/usr/bin/tclsh", etc.

I will add big ".log" files filtering to code, so it will work fine in
next DLTK Tcl version.

Thanks,
Andrei.

> Hello,
>
> DLTK is realy nice and i realy want to use it. But i have a big problem.
>
> In my tcl project directory i have a lot of big log files from my
> application.
> This is not nice, i know, but in the moment i can not change it.
> And now every time i try to make a eclips tcl project i will get an heap
> overflow error (1 GB). Wenn i delete all big files, i can create the tcl
> project and all things works fine. To solve this problem i tried to
> configure filters and the project includes and excludes but it does not
> seem to help anything.
> I can not understand why i get *.log files in my project wenn i have the
> include filter only configured for *.tcl ????
> Is this a bug or did i totaly use wrongly this tool ?
> best regards
> Gunter
>
>
>
Re: Heap error [message #18101 is a reply to message #17365] Mon, 12 November 2007 14:52 Go to previous message
Eclipse UserFriend
Originally posted by: gunter.pfeiffer.berger-lahr.com

Hello Andrei,

"I will add big ".log" files filtering to code, so it will work fine in
next DLTK Tcl version."

This will be a great idea!
But ".log" was only one example.
Same Problem is on *.txt, *.tlg , *.mdb or something else.
The best solution would probably be a configurable filter by the user.

Is there no easy way to use the eclipse include / exclude function ?
Or the eclipse fliters ?
Sorry i'm not an eclips specialist, is only an idea.

And in the meantime ? is there no workaround?
Because i believe the completion of the next version becomes surely to
last for some time ??
Thanks for the answer
Best regards
Gunter
Previous Topic:Misleading error when creating Editor Part
Next Topic:Ruby dynamically added methods and some static typing
Goto Forum:
  


Current Time: Thu Apr 25 23:20:31 GMT 2024

Powered by FUDForum. Page generated in 0.02982 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top