search for: 8meg

Displaying 9 results from an estimated 9 matches for "8meg".

Did you mean: 5meg
2006 Apr 03
1
why ruby GC can take only 8 meg of memory????
Hi, As I understand, the GC of Ruby can take only max. 8 meg of memory. So I wonder if there is some reason behide this or it is simply a hardecode feature???? and if I want to increase the memeory, how should I do this??? Thanks you very much!!!! Saiho The mind is its own place, and in itself. Can make a Heaven of Hell, a Hell of Heaven. http://www.geocities.com/sayoyo/
2006 Jul 20
7
*****SPAM***** Load balenced (ADSL) network connections, is it possible?
...och eine legitime E-Mail ist) oder ?hnliche unerw?nschte Nachrichten in Zukunft markieren k?nnen. Bei Fragen zu diesem Vorgang wenden Sie sich bitte an postmaster@teamware-gmbh.de Vorschau: Hi List, I need to put an Asterisk server in a remote office where only ADSL is available. Maximum of 8meg downstream 646k upstream. I need to handle 20 concurrent calls over IAX preferably uLaw, so 64k per channel. [...] Inhaltsanalyse im Detail: (5.6 Punkte, 5.0 ben?tigt) Pkte Regelname Beschreibung ---- ---------------------- -------------------------------------------------- 0...
2003 Aug 20
0
my file transfers are incredibly slow
...UC 3 0 xl0 172.16.16.1 00:01:03:c1:ac:19 UHLW 0 197 lo0 172.16.16.2 00:01:03:c1:89:1a UHLW 8 4720351 xl0 901 172.16.16.255 ff:ff:ff:ff:ff:ff UHLWb 1 2545 xl0 Samba server: amd athlon 1Ghz 768meg pc133 ram 250gig ata/100 7200rpm 8meg cache 3com 905_???_ managed nic root@damn (~)$ smbd -V;uname -prs Version 2.2.8a FreeBSD 5.1-CURRENT i386 root@damn (~)$ ifconfig xl0 xl0: flags=28943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500 options=b<...
2004 Sep 18
1
Copy from Samba to XP Very Slow
...in the archives in reference to this but have not been able to find an answer to it. I will try to give as much info as possible so forgive me if this messages turns out to be long. Running FreeBSD 4.10 Samba 3.0.7 IBM e305 Server P4 2.0ghz 1gig of ECC Memory Boot Drive 40gig IDE Data Drive 250gig 8meg cache IDE 2 built in Gigabit Controllers Network/Home Office 6 XP Machines Cisco 2924 100mbit switch Hawkings 4 Port Gigabit switch Samba Server and Small Business Server plugged in to a hawkings gigabit switch which is crossed over to port 24 on the cisco switch. The Samba Server is just a membe...
2009 Feb 12
2
Problem with PXEBOOT of diskless client -- fails to mount RAMDISK
...ux.cfg/default contains: sauron.deepsoft.com% cat /CentOS52/tftpboot/pxelinux.cfg/default LABEL linux KERNEL vmlinuz-2.6.18-92.el5 APPEND ramdisk_size=8192 initrd=pxeboot-2.6.18-92.el5.img vmlinuz-2.6.18-92.el5 is the stock kernel, copied from /boot pxeboot-2.6.18-92.el5.img is a 8meg EXT2 filesystem image (under CentOS 4.7 the image is compressed, under CentOS 5.2, I have it uncompressed -- I seem to get 'further' that way). The last thing the kernel writes out is: RAMDISK: ext2 filesystem found at block 0 RAMDISK: Loading 8192KiB [1 disk] into ram disk... done. EXT2...
2016 Oct 08
3
[test-suite] making the test-suite succeed with "-Ofast" and "-ffp-contract=on"
...ll compared to many of the other benchmarks, if we run into memory issues we can reduce the size of the arrays to normalize runtimes (so far I have no reason to believe we do though, looking at some random polybenchs it seemed by default they create a 1024*1024 array of doubles which should only be 8Meg per array). And hey if we modify the benchmarks anyway we could also add some checksumming to the code (maybe bitcasting the doubles to integers, adjusting for endianess and XOR'ing them together is enough?) and avoid all the I/O. - I personally could live with Proposal 3 on the grounds of jus...
2002 Nov 13
4
Speed tests
Hi all I hope no one minds but I was asked to post my timetrial findings back to the list. Hope it helps someone else as well, if you have any suggestions please mention them as I need all the speed that I can get The scenaro is as follows I have to switch mail servers and I need to copy all my mbox files over to the new machine. As you may well know time if off the utmost importance so I
2007 Aug 23
5
Help about a QoS configuration
Hi, I would like to make a QoS configuration on a linux based dsl router. It is for a server, so I want to shape outgoing traffic, incoming traffic should not be a problem as long as I have a quite assymetric connection. I would like to achieve the following goals: 1) To have one class (p2p) having all the available bandwith if there is no activity on other classes. 2) If another class (ftp
2016 Oct 08
3
[test-suite] making the test-suite succeed with "-Ofast" and "-ffp-contract=on"
Hi, I would like to provide a summary of the different proposals on how to fix the test-suite to make it succeed when specifying extra CFLAGS "-Ofast" and "-ffp-contract=on". I would like to expose the issue and proposed ways to fix it to other potential reviewers that could provide extra feedback. We also need to decide which proposal (or combination of) to implement and