Displaying 20 results from an estimated 11000 matches similar to: "memory limit?"
2008 Dec 04
5
Burning DVD with files>4GB from console
My backup script split filesystem dumps to files with size of 4,37 GB (4
588 544 kB). It's just an optimal size to fill out DVDs. At this moment
I have to burn them from windows via smb-link becuase I didn't manage to
do this task from FreeBSD console due to 2GB/4GB filesize restrictions
(growisofs). I'm using freeware CDBurnerXP to burn my backups
(ISO9660/UDF/Joliet), and they
2003 Sep 17
3
Building and loading a DLL on Windows NT
I am trying to build a simple dll with Rcmd SHLIB to link into R. The
results of the build are below. From my limited knowledge of building DLLs,
it looks like it worked (I didn't get any errors).
F:\R\dlls> Rcmd SHLIB add.C
making add.d from add.C
g++ -IC:/PROGRA~1/R/src/include -Wall -O2 -c add.C -o add.o
ar cr add.a *.o
ranlib add.a
g++ --shared -s -o add.dll add.def add.a
2006 Apr 14
1
WINEPRELOADRESERVE: how to use ?
Bonjour,
I'm using FC5 with wine 0.9.12 for World of Warcraft.
./wine /dos/World\ of\ Warcraft/wow
err:virtual:map_image Image was mapped at 0xf20000: standard load address for
a Win32 program (0x00400000) not available
err:virtual:map_image Do you have exec-shield or prelink active?
wine: could not load L"C:\\World of Warcraft\\wow.exe": Bad EXE format for
If I change the PE exe
2003 Aug 16
2
Borland C++ Builder 6.0 & Wine
Hi all,
I need to use BCB6 with Wine to develop a software that uses two ocxs
built with MS Visual C++.
I set ole32, oleaut, typelib to native for bcb, else it doesn't start
correclty. After that, BCB start up, I can design the forms, write the
code, but I have two problems that block me:
a) when I press the Execute button, the units are compiled, but the
linker hangs up with all the cpu used
2006 Jun 26
1
memory limit? (adjustable?)
most@museresearch.com wrote:
So, is there an environment variable that can adjust the memory allocated to
any particular program? I am a new user and have an old copy of
chessmaster that aborts the install with:
No drive with adequate space to begin installation,
Any ideas???
Thanks
>> I've got a simple (32bit) windows application (compiled in Borland c++
>> builder):
>>
2005 Mar 21
3
Can't run program; exec-shield or prelink active?
I have a large installer program (~400MB) that fails to run under wine
(20050310). It gives me the following:
err:virtual:map_image Image was mapped at 0x60640000: standard load address
for a Win32 program (0x00400000) not available
err:virtual:map_image Do you have exec-shield or prelink active?
wine: could not load L"C:\\WebPACK_71_fcfull_i.exe" as Win32 binary
The thing is that I
2003 Jul 22
6
Seeking ogg-vorbis
Hi there.
I have been hearing to ogg vorbis for maybe 2 years and I can only say: it
is fantastic!
Right now, I'm working in a project that uses ogg vorbis as the format for
recording. I have now a working recording engine (I have recorded up to 8
channels at the same time and my computer uses only about 30% of the
processor, wich is great in this project), and I'm starting with the
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi,
I have a problem and I hope that someone, possibly someone from Vorbis
developing team, could help me out.
My question is:
"Are there OggVorbis static libraries in OMF format that can be statically
linked to a Borland C++ Builder compiled applications?"
Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and
therefore I was only able to link dynamically to DLLs.
2003 Nov 13
3
Limit timeout of outgoing calls??
In some PBSx you can limit outgoing call that you cannot speak longer the 15 minutes.
Is it possible to do with Asterisk ?
Bart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031113/6eb392cc/attachment.htm
2020 Jul 03
4
[cfe-dev] RFC: Replacing the default CRT allocator on Windows
Thanks for the suggestion James, it reduces the commit by about ~900 MB (14,9 GB -> 14 GB).
Unfortunately it does not solve the performance problem. The heap is global to the application and thread-safe, so every malloc/free locks it, which evidently doesn’t scale. We could manually create thread-local heaps, but I didn’t want to go there. Ultimately allocated blocks need to share ownership
2003 Aug 21
3
Ogg Vorbis SDK.
Hi, I've started making an Ogg Vorbis SDK, as per IRC topic instructions :)
Some questions:
Its just targetting MSVC right? Not borland/whatever?
Should it install the headers/libraries in the msvc dir (c:\Program Files\Microsoft Visual Studio\VC98\(Include|Lib)), or should it put them in the same directory as the document (c:\Program Files\Ogg Vorbis SDK\(Include|Lib)), and have the sample
2003 Sep 13
9
LineJack + Asterisk HELP!
Hello,
I have ISA card LineJack. I could not find any information
if this card can work as fxo with Asterisk. If it can work,
can somebody point me how to install it on my Asterisk box.
Or maybe there is some documentation about it how to install
LineJack.
I will be very thankful for any help.
Regards
Bartosz Jozwiak
-------------------------------------------------
This mail sent through IMP:
2019 Apr 10
2
ondelay parameter does not work with NUT on Raspbian and Eaton 5E850iUSBDIN UPS
Thanks for help!
Are you happy with your Eaton Elipse ECO 1600?
Does it work well with ondelay?
I will need some UPS that supports the ondelay parameter.
Bartosz
śr., 10 kwi 2019 o 13:06 Roger Price <roger at rogerprice.org> napisał(a):
> On Wed, 10 Apr 2019, Bartosz wrote:
>
> > I don't see ups.delay.start anywhere. Here is the output of upsrw:
> >
> > upsrw
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi,
I compiled a C program file on Borland C++ 5.5 compiler to get one dll output
(as instructed in the file readme.package).
The C program file is just the example on page 31 of "writing R extensions":
void convolve(double *a, int *na, double *b, int *nb, double *ab)
{
int i, j, nab = *na + *nb - 1;
for(i = 0; i < nab; i++)
ab[i] = 0.0;
for(i = 0; i < *na; i++)
for(j = 0; j
2006 Feb 01
6
Receiving faxes with spandsp - strange problem
Hello,
I'm trying to receive faxes with asterisk. My configuration is like this:
PSTN fax -> ISDN -> Cisco router with VoIP module -> Asterisk
When I try to send a fax from PSTN fax I got the standard fax signal,
Asterisk starts rxfax application and then call ends and there is no tif
anywhere. On the fax display there is still one message: Calling...
Part of my extensions.conf:
2017 Apr 27
3
recognise DW_AT_SUN_amd64_parmdump dwarf attribute
sun created this tag for identifying functions that dumped their
register arguments onto the stack.
this is enough for llvm-dwarfdump to recognise and print the attribute.
hopefully someone will commit it.
cheers,
dlg
Index: include/llvm/Support/Dwarf.def
===================================================================
--- include/llvm/Support/Dwarf.def (revision 301500)
+++
2003 Oct 13
7
PrePaid Application!!!!!
Hello,
Here in our office we are testing Asterisk.
My collage Igor created to Asterisk PrePaid application with Postgresql.
It is not in Perl.
We would like to release it to the group.... as soon as it will work ok.
It will have authentication, different rates for users, different rates for destinations and so on.
Is there anybody who would like to improve it ?
-- Bart
-------------- next part
2005 Aug 22
4
grandstream bt100 help
Hi Guys,
Sorry about writing to that list but could not find better place.
I have Grandstream BT-100 phone, btw, was working great with Asterisk.
I have upgraded the phone, and during upgrade something went wrong.
Right now when I power the phone I can only see some garbage on the LCD display.
does not react on any buttons, pings,.....
Maybe somebody has any idea if it is fixable or I can just
2006 Feb 28
2
Problem with two cards Digium
Hello,
I`ve got a problem which I can`t deal with. I own 2 cards - TDM2400P and
TE410P. I`ve put them into a HP Proliant DL380 G4 server, compiled the
drivers according to the manual. Unfortunetly there are both cards
channels are configured in zaptel.conf file the first module (in this
file) sends an error.
For configuration:
span = 1, 1, 0, ccs, hdb3, crc4
fxsks = 21-24
bchan = 25-39,
2006 Jun 13
4
how to hang the zap channel
hello,
I got those extensions:
exten => 555,1,MeetMeCount(500|count)
exten => 555,2,Gotoif,$[${count} = 1]?6
exten => 555,3,Meetme,500|pMs|1234
exten => 555,4,Playback,goodbye
exten => 555,5,Hangup
exten => 555,6,Goto(from-internal-custom,556,1)
exten => 555,7,hangup
exten => 556,1,System(/bin/cp /etc/asterisk/1-test
/var/spool/asterisk/outgoing/)
exten =>