I can confirm this. On my system with Kubuntu 11.10 64bit I'm experiencing huge Memory Leak when resizing/manipulating graphic objects on LC 5.5. LC4.5 works fine.
Xorg RAM usage went from 1.3% up to 31.9% in less than a minute, that is about 2.5GB of RAM!
Test System:
CPU: Intel i5
RAM: 8GB DDR3 ...
Search found 6 matches
- Fri Apr 13, 2012 1:56 pm
- Forum: Linux
- Topic: LiveCode 5.5.0 Linux Memory leak... Again!
- Replies: 44
- Views: 46076
- Fri Apr 03, 2009 3:27 pm
- Forum: Internet
- Topic: create FTP Client
- Replies: 8
- Views: 10819
- Fri Apr 03, 2009 1:50 am
- Forum: Internet
- Topic: create FTP Client
- Replies: 8
- Views: 10819
- Thu Apr 02, 2009 5:56 pm
- Forum: Internet
- Topic: create FTP Client
- Replies: 8
- Views: 10819
- Thu Apr 02, 2009 2:13 pm
- Forum: Internet
- Topic: create FTP Client
- Replies: 8
- Views: 10819
- Wed Apr 01, 2009 8:11 pm
- Forum: Internet
- Topic: create FTP Client
- Replies: 8
- Views: 10819
create FTP Client
Please HELP! Problem "425 Unable to build data connection: Connection refused"
on mouseUp
put hostnameToAddress("www.site.com") into FTP
put ":21" after FTP
open socket to FTP
get result()
put it after field "connectInfo"
write "USER mylogin" &CRLF to socket FTP
read from socket FTP until ...
on mouseUp
put hostnameToAddress("www.site.com") into FTP
put ":21" after FTP
open socket to FTP
get result()
put it after field "connectInfo"
write "USER mylogin" &CRLF to socket FTP
read from socket FTP until ...