Displaying 20 results from an estimated 23 matches for "22mb".
Did you mean:
2mb
2009 Dec 03
1
How small can a compiled smbd/nmd be?
Hi.
We have some interest in using samba as a file server on a small device,
but we have some problems with low amount of space on our target machine,
the question is how low can we go?
So far we have just made a quick samba packages that requires 22mb of
space, however since we are not experts on samba, it could be us that are
stupid :)
What we want to have is a:
Samba server that is discoverable by windows and osx machines.
only needs to support one user.
Just file write support, everything else as printing ect is irrelevant for
our problem...
2006 Jun 29
5
Memory usage issues
...all the hard work.
I am a bit surprised at the memory usage patterns though. I''m not
sure if I''m doing something wrong (most likely I am), or if this is a
problem with the app I''m running (Typo trunk), but after the initial
mongrel_rails startup, each server uses about 22MB of memory.
However, after serving pages for a day or so, that memory usage will
have increased from 22MB to ~40MB. If I leave the server running, it
just keeps climbing. My memory usage with FastCGI was pretty stable
at about 22-24MB per dispatcher, regardless of how long they''d been
run...
2006 May 26
2
Do I need large Cyrus DB files?
...hat mail-related functionality Cyrus actually provides.
If it is in use at all on my system it is done as some aspect of the
default CentOS4 installation. Those __db files are not owned by any RPM
package, although the /var/lib/imap/db/ is owned by the cyrus-imapd
package.
Do I really need a 22MB empty database file on my system?
2011 May 05
2
Dovecot very slow on a mailbox with > 700 IMAP Folders
...nderbird takes > 5 minutes. Thunderbird disconnects after ~1 Minute
showing the timeout. I entered the command directly via port
communication. So this is no clientside problem. But there is no error
message or something else in any logs.
I did some debugging with strace, too. It's about 22MB only for running
the lsub command !? The Mailbox size is about ~2.2GB, so this should be
no problem. The maximum subfolder level is about 13 - could this be a
problem? You can find the structure (simply shown) attached.
Thanks for any help!!
Best regards
Ronny Becker
--
Mit freundlichen G...
1999 Jun 14
1
Repeating entries in log.nmb and log.smb
I'm running Samba on my Sun ultra 1 with Solaris 2.6 and have noticed that
my log.nmb file is growing tremendously. In addition, my log.smb is also
growing but not quite as fast.
The log.nmb has the following entries repeating every few seconds. Since
3/18/99, my log.nmb file has grown to be 22mb.
[1999/06/14 09:13:14, 1] nmbd/nmbd.c:(672)
Netbios nameserver version 2.0.0 started.
Copyright Andrew Tridgell 1994-1998
[1999/06/14 09:13:15, 1] nmbd/nmbd.c:(672)
Netbios nameserver version 2.0.0 started.
Copyright Andrew Tridgell 1994-1998
The repeating entries in log.smb are similar:...
2010 Oct 09
4
[LLVMdev] LTO, plugins and binary sizes
...ixed with the proposed patch and PR8300 avoided by
disabling constructor aliasing I was able to hack clang to bootstrap
with LTO enabled using the gold plugin.
I did the testing on linux x86-64. Gcc is the 4.4.4 included with
Fedora 13. The results are:
gcc -O3: 32MB
gcc -Os: 25MB
clang lto -Os: 22MB
I then decided to try to link without export-dynamic, since it
produces some fairly large tables and blocks many optimizations. The
new results were
gcc -O3: 30MB
gcc -Os: 23MB
clang lto -Os: 18 MB
The full patches I used are attached. I hope to get the non-hackish
bits reviewed, starting by the...
2006 Jul 28
7
Uploading 2+ files simultaneously
I''m having trouble uploading 2+ files simultaneously (from different
client machines)...
the upload page just hangs...
I''m running...
- ruby 1.8.4 (2005-12-24) [i686-linux]
- rails 1.1.4
- red hat el 4
- apache
- fcgi (0.8.7, 0.8.6.1)
- firefox 1.5.0.5
- httpd.conf
<IfModule mod_fastcgi.c>
FastCgiIpcDir /tmp/fcgi_ipc/
AddHandler fastcgi-script .fcgi
FastCGIConfig
2007 Jan 18
9
QtRuby
Hello,
Has anyone tested QtRuby? I''m doing a small OpenGL application
http://www.discretizer.org and just want to know the arguments for
staying with fxruby.
This is what I have discovered:
Pros:
-Fxruby seems to have a very nice OpenGL support (FXGLViewer) which is
what I really need.
-Nice looks. No unnecessary theming support.
-Very fast and light on system resources.
Cons:
-No
2006 May 01
10
large file storing in postgres sucks?
Hi,
I''m not sure if this is a postgres issue or not, but I''m using
Postgres 8.1. I have (in my functional tests) the following code:
upload = fixture_file_upload(''/files/podcast.mp3'', ''audio/mpeg'')
post :create, :product => valid_product, :media => { :image => upload }
And then in the controller:
blob = Blob.create :data
2008 Oct 06
8
PoE switch recommendations?
Hey, all. We're rolling out VoIP, and I'm wondering about PoE
recommendations, as we're going to have to replace our current network
equipment. My first inclination would be to just plunk down the cash and
do a Cisco system, but I'm relatively certain that would get shot down by
finance. Any recommendations for a couple-hundred-port solution with
VLANs, PoE, and QoS? Don't
2010 Oct 10
0
[LLVMdev] LTO, plugins and binary sizes
Hi Rafael,
> I did the testing on linux x86-64. Gcc is the 4.4.4 included with
> Fedora 13. The results are:
>
> gcc -O3: 32MB
> gcc -Os: 25MB
> clang lto -Os: 22MB
how does clang -Os without lto do? Also, what about gcc-4.5 with -flto?
Ciao,
Duncan.
2011 Aug 17
2
[LLVMdev] svnsync of llvm tree
I'm trying to setup a svnsync copy of the entire llvm svn tree.
I get the svnsync repository initialized, and then the first
67357 revisions get copied without issue.
And then it attempts to get rvisions 67358 from llvm.org, and
it fails. Repeatably. It transfers about 22MB of data for
this revision, and then dies:
lidl at hydra-146: svnsync sync file:///p/llvm/svn
Transmitting file data .......
[...]
......svnsync: REPORT of 'http://llvm.org/svn/llvm-project/llvm': Could not read chunk size: connection was closed by server (http://llvm.org)
Is there a svnsy...
2003 Jan 23
1
Samba goes catatonic...?
...funky, and I reboot one of those NT servers, it gives a
message about not seeing any PDC and that it is about to use info out of
cache (as can be expected with no PDC).
I've set the DEBUG LEVEL to 1 (was at 3), and we still see these
problems. The SAMBA log folder (/var/log/samba) would reach 22MB in one
day at level 3.
Looking through those logs doesn't tell me anything in particular: it
lists failed authentications by some users, as expected, files that
weren't found, as expected. Nothing alarming (I think) is listed here.
QUESTIONS:
--- Is it normal to see several SMBD proce...
2013 Nov 26
1
Bad size transfers
...of another server.
Most of the times, sync happens right, but in other opportunities, I see
by the logs that files are partially transferred and deleted from source
(as specified by the flag) but destination file is far from a copy of
the original. In example, a 99MB file was transferred, it copied 22MB
and then deleted the source without errors.
?Is there a way that rsync prints individual file transfer size instead
of a total at the end?
I have just set rsync to verbose at this time, but if requested, I can
make some tests with -vvv flag
Regards,
2001 Mar 21
2
slow start-up
Dear all,
I'm working with R 1.2.2 on win98 (256Mb RAM) with ESS 5.1.18.
It happens that the start-up is very slow. I don't know exactly how to measure, but with a simple watch I recorded 15 seconds, while the startup of S+ 2000 (Sqpe+4 under ESS) takes around 3 seconds.
Tha fact is that sometimes it takes almost a minute (58.30 sec recorded) for the prompt to appear! And ESS gives me an
2006 Nov 08
14
Increased memory requirements on 1.2
I just recently upgraded a rails app of mine to run on edge (and the
1-2-pre-release branch) and I noticed my fcgis required roughly 6-8MBs
more memory after just a couple requests.
For example, each fcgi on edge would start around 40MB and rise to
~46MBs after a couple requests.
I downgraded my app back to 1.1.6 and each fcgi would start at around
33MBs and rise to ~38MB.
As a result of the
2007 Mar 16
2
re: o2hb_do_disk_heartbeat:963 ERROR: Device "sdb1" another node is heartbeating in our slot!
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Folks,
I'm trying to wrap my head around something that happened in our environment.
Basically, we noticed the error in /var/log/messages with no other errors.
"Mar 16 13:38:02 dbo3 kernel: (3712,3):o2hb_do_disk_heartbeat:963 ERROR: Device "sdb1": another node is
heartbeating in our slot!"
Usually there are a
2010 May 05
2
[LLVMdev] Is the option --enable-shared discontinued in 2.7?
On Tue, May 4, 2010 at 5:31 PM, Yuri <yuri at tsoft.com> wrote:
> Jeffrey Yasskin wrote:
>>>
>>> Would you try the patch at
>>> http://codereview.appspot.com/download/issue968046_1.diff? It should
>>> make the BSDs fall into the same path as Linux, and since you use gnu
>>> ld, that should work for you.
>>>
>>
>> Ping?
2017 Oct 10
3
Make LLD output COFF relocatable object file (like ELF's -r does). How much work is required to implement this?
On 10/10/2017 9:00 PM, Rui Ueyama wrote:
> I'm not sure if I understand correctly. If my understanding is
> correct, you are saying that GHC can link either .o or .so at runtime,
> which sounds a bit odd because .o is not designed for dynamic linking.
> Am I missing something?
Yes, GHC runtime linker *does* link .o files not only doing all
necessary relocations but also
2006 Jul 19
3
BackgrounDRb not working properly with files ?
Hey there,
I''m kinda new to BackgrounDRb but I''m facing a big problem which I
can''t seem to wrap my head around.
The short version of it is : code that works when tested inside RoR''s
console doesn''t work when executed by a BackgrounDRb worker.
So I''ve tried a lot of things, including checking that the
"load_rails" was true in the