Displaying 20 results from an estimated 20000 matches similar to: "How to avoid wine app to request the whole memory?"
2004 Oct 02
2
Edit Windows XP registry with wines regedit?
Hi,
is it possible to edit the registry of an installed Windows XP under Linux
with wine's regedit? I've replaced my mainboard which has a different
chipset. So this crappy Windows XP doesn't want to boot now.
Cheers, Martin
2014 May 11
2
questions about process_limit
Hello all!
# dovecot --version
2.1.17
Sometimes I have this in the logfile:
May 11 16:55:52 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:35:03 master: Warning: service(imap-login): process_limit (100) reached, client connections are being dropped
May 11 17:36:27 master: Warning: service(imap-login): process_limit (100)
2019 Mar 14
4
[RFC] We are running out of slots in the Attribute::AttrKind enum
I would like to add a target-dependent attribute to the LLVM IR, and the guidance in http://llvm.org/docs/HowToUseAttributes.html says that target-dependent attributes should not occupy a slot in the Attribute::AttrKind enum, but I have yet to find an attribute that is represented in the IR that does not also have a slot in the AttrKind enum.
We are limited to 63 slots in the AttrKind enum
2002 Sep 09
1
winver??
Hi,
how can I set the Windows version to emulate in standard wine?
In earlier versions a parameter named "winver" managed this. But in an actual
version there is no such parameter.
Greets, Martin
2016 Sep 20
4
Too many open files
Hi all,
I am trying to stream for over 1k users on Ubuntu 16.04. I notice that when
stream connection is over 1024, it get warning like this:
WARN connection/_accept_connection accept() failed with error 24: Too many
open files
Tried these configs and reboot, it won't work!
/etc/pam.d/common-session
session required pam_limits.so
/etc/sysctl.conf
fs.file-max = 100000
2014 May 29
2
[LLVMdev] setrlimit vs ulimt
> Why does fork-exec for llvm-symbolizer work, but simple exec(self) does not?
Because the llvm-symbolizer the runtime finds is built for the host
architecture. This is weird, yes, but once we integrate the
symbolizer, it goes away.
> Could we write a ulimit-like utility that would do setrlimit and then
> exec the specified binary
> %run %ulimit -s 8192 %t?
I like that idea. How
2012 Apr 06
2
define function problem
Hi All,
Hope you people are doing good.
I have a manifest file :
lass profile {
# setup profile parms. We dont handle non Ubuntu OS yet
if ("$operatingsystem" == "Ubuntu") {
file {
"/etc/profile.d":
ensure => directory,
purge => true,
force => true,
recurse =>
2020 Sep 16
2
dovecot 2.2.36.4 problem with ulimit
Hi
I update os from debian8 to debian9
# 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf
# Pigeonhole version 0.4.24.2 (aaba65b7)
# OS: Linux 4.9.0-13-amd64 x86_64 Debian 9.13
All works fine but sometimes I get:
Sep 16 09:17:00 dovecot4 dovecot: master: Error: service(pop3): fork()
failed: Resource temporarily unavailable (ulimit -u 257577 reached?)
Sep 16 09:17:00 dovecot4 dovecot: master:
2014 Apr 23
2
Ulimit problem - CentOS 5.10
Running across some curious stuff with ulimit on CentOS 5.10.
We have a non CentOS packaged version of Asterisk (using their packages) that we start at boot time with a typical RC script.
Recently it started whining that it couldn't open enough file handles.
As we dug further into this, it appears that at boot time, it inherits ulimit from init, which is pretty low: 1024.
We've set
2013 Feb 15
1
How to read/set ulimit for non-root asterisk process ?
Hello,
On a production system, I'm seeing this:
[Feb 13 16:47:00] WARNING[14742] res_agi.c: Unable to create toast pipe:
Too many open files
[Feb 13 16:47:00] WARNING[9283] acl.c: Cannot create socket
[Feb 13 16:47:00] WARNING[9283] rtp.c: Unable to allocate RTCP socket: Too
many open files
[Feb 13 16:47:00] WARNING[14732] acl.c: Cannot create socket
[Feb 13 16:47:00] WARNING[14732]
2014 May 29
2
[LLVMdev] setrlimit vs ulimt
> execv(argv[0]) is a canonical way to restart the
> process, it's sad that the emulator interferes with that.
We have the option to emulate the instruction set or emulate the OS.
The former is lighter weight and easy to configure. The downside is
that system calls route to the host system. That can be useful if,
for example, the executable invokes llvm-symbolizer.
While
2015 Jan 31
0
[LLVMdev] [3.6 Release] RC2 has been tagged, Testing Phase II begins
On 31 Jan 2015, at 01:42, Hans Wennborg <hans at chromium.org> wrote:
> Hi testers,
>
> 3.6.0-rc2 was just tagged. Please test and build binaries.
>
> The tracking bug for 3.6 blockers is http://llvm.org/pr22374. Please
> file issues against it.
>
> Thanks for helping with the release!
This time I got an error during check-all, on i386-unknown-freebsd10:
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to
help us :
We , have installed the R package in a Digital Workstation with 500Mb
of
RAM memory, running under Unix operating system. The package works fine
but when we try to start the program with more than 120Mb, (vsize
- --120M) the
workstation refuses to allocate this memory. The message that we get
is:
Fatal error:
2020 Sep 16
1
dovecot 2.2.36.4 problem with ulimit
Hi,
perhaps this?
> with new debian9:
> open files (-n) 1024
Regards
Urban
Am 16.09.20 um 12:57 schrieb Maciej Milaszewski:
> Hi
> Limits:
>
> Where all working fine:
>
> core file size????????? (blocks, -c) 0
> data seg size?????????? (kbytes, -d) unlimited
> scheduling priority???????????? (-e) 0
> file size?????????????? (blocks,
2014 Jul 17
2
ulimit warning when restarting
When restarting Dovecot 2.2.10 (via atrpms) on RHEL 6, I get the error:
Warning: fd limit (ulimit -n) is lower than required under max. load (1024 < 4096), because of default_client_limit
# doveconf default_internal_user
default_internal_user = dovecot
Should dovecot print this warning based on $default_internal_user, or
based on root?
As root:
# ulimit -n
1024
As user dovecot:
$ ulimit -n
2012 Apr 04
2
[LLVMdev] "make check" fails at CodeGen/Generic/dbg-declare.ll (r153997 on PPC)
Hi,
CodeGen/Generic/dbg-declare.ll is really generic test?
$ make check
llvm[0]: Running test suite
make[1]: Entering directory
`/var/tmp/portage/sys-devel/llvm-9999/work/llvm-9999/test'
Making a new site.exp file...
Making LLVM 'lit.site.cfg' file...
Making LLVM unittest 'lit.site.cfg' file...
( ulimit -t 600 ; ulimit -d 512000 ; ulimit -m 512000 ; ulimit -v 1024000 ; \
2019 Aug 06
2
another bizarre thing...
On Tue, Aug 06, 2019 at 05:27:54AM -0600, Warren Young wrote:
> On Aug 5, 2019, at 6:57 PM, Fred Smith <fredex at fcshome.stoneham.ma.us> wrote:
> >
> > no core file (yes, ulimit is configured)
yeah, I meant "ulimit -c unlimited" is in effect.
I had no idea systemd had made such a drastic change. or is it that
someone at RH decided to make it (nearly) impossible
2015 Aug 14
4
persistent change of max_stack_depth
Hi Thomas,
> Could anybody point me in the right direction for setting the kernel
> parameter, max_stack_depth, to 10240 for database tuning?
>
> I have currently set it by running 'ulimit -s 10240' but this does not
> survive a reboot.
>
>
Thanks for the response, I've been nosing around that file recently but
noted the first two lines;
#This file sets the
2020 May 30
5
looking for ideas about how to create a constant data stream
Hi,
I'm looking for a good way to create a constant data stream that will occupy a
bandwidth of about 2--5Mbit/sec between two remote hosts over the internet. I
have full access to the hosts involved.
My first attempt to use scp to copy data from /dev/null on host A to /dev/null
on host B, but scp says '/dev/null: not a regular file'. If something like
that would work, I would
2007 Aug 27
3
rsync out of memory at 8 MB although ulimit is 512MB
Hello again,
I encountered something amazing. First I thought there is not
enough memory allowed through ulimit. ulimit is now set to
(almost) 512MB but rsync still gets out fo memory at 8MB.
Can anyone tell me why?
That's my configuration:
rsync version 2.6.2
from AIX 5.3 to SuSE Linux 9 (also has rsync 2.6.2)
ulimit -a (AIX)
ulimit -a AIX (source):
-------------------------