Tuning : log buffer space in 11gr2

Hi,
version : 11202 on hpux
awr Top 5 events shows :
Top 5 Timed Foreground Events :
Event Waits Time(s) Avg wait (ms) % DB time Wait Class
log buffer space 12,401 29,885 2410 55.83 Configuration
My log_buffer size is :
SQL> show parameter log_buffer
NAME                                 TYPE        VALUE
log_buffer                           integer     104857600And the sga values are :
SQL> show parameter sga
NAME                                 TYPE        VALUE
sga_max_size                         big integer 15G
sga_target                           big integer 15GI wanted to know if there are guide lines for tuning log_buffer space .
Can just double it from 100m to 200m ?
Thanks

Yoav wrote:
Top 5 Timed Foreground Events :
Event                    Waits    Time(s)       Avg wait (ms) % DB time    Wait Class
log buffer space      12,401  29,885            2410              55.83     Configuration My log_buffer size is :
SQL> show parameter log_buffer
NAME                                 TYPE        VALUE
log_buffer                           integer     104857600I wanted to know if there are guide lines for tuning log_buffer space .
Can just double it from 100m to 200m ?
You're the second person this week to come up with this issue.
The ONLY sensible guideline for the log buffer is to let it default until you have good reason to change it. Reasons for change (even to the point of modifying a hidden parameter) are really application dependent.
The last couple of times something like this has come up the issue has revolved around mixing very large uncommitted changes with large numbers of small transactions - resulting in many small transactions waiting for the log writer to complete a large write on behalf of the large transaction. Does this pattern describe your application environment ?
For reference - how many public and how many private redo strands do you have, and how many have been active. (See http://jonathanlewis.wordpress.com/2012/09/17/private-redo-2/ for a query that shows the difference).
Regards
Jonathan Lewis

Similar Messages

  • Impdp showing log buffer space wait

    I am doing an import using datapump.
    I can see a lot of waits related to "log buffer space" while running the impdp.
    I have *.log_buffer paramter set to 10485760 (10MB)
    Does it mean that I should increase this parameter and how to know what value will be good.
    Thanks!

    user608897 wrote:
    I am doing an import using datapump.
    I can see a lot of waits related to "log buffer space" while running the impdp.
    I have *.log_buffer paramter set to 10485760 (10MB)
    Does it mean that I should increase this parameter and how to know what value will be good.
    Thanks!http://asktom.oracle.com/pls/asktom/f?p=100:11:3952768239352725::::P11_QUESTION_ID:1724586308922
    Your log_buffer is generally 5meg or less.
    Since the log buffer is flushed:
    o every 3 seconds
    o every commit
    o when 1/3 full
    o when 1meg full

  • Tuning Log Buffer

    Gurus,
    My database Release is : 9.2.0.6 running in SPARC 5.9 64-bit
    When i ran statspack, i found log file sync problem
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~ % Total
    Event Waits Time (s) Ela Time
    log file sync 63,909 29,611 48.07
    log file parallel write 71,223 10,045 16.31
    db file parallel write 11,614 6,134 9.96
    enqueue 23,812 4,391 7.13
    CPU time 3,807 6.18
    in my opinion, to reduce log file sync is Increase log_buffer (CMIIW)
    My question is : how to set the best value for log_buffer, currently log_buffer : 2097664 ?
    regards
    abip

    Why this question is not being answered so far? :)
    In my opinion
    1. Reduce commit frequency
    If your prg code is as followings:
    for (...) {
    do_DML;
    commit;
    Following is better practise:
    for (...) {
    do_DML;
    commit;
    If possible, implement your biz logic with PL/SQL. PL/SQL use group/asyn commit itself.
    2. Redo I/O performance
    You wait time is governed by log file sync and log file parallel write. This means that your LGWR is really busy and has difficulty at catching up with your redo I/O request. Some basic questions:
    - Is your redo log separated physically from your data files?
    - Is your redo log located on fast device?
    - Is your redo log separated physcially from your archive log files?
    I should admit that in many situations there is no way to reduce commit frequency. In that case, enhancing redo I/O performance might be the plan "B".
    There are also some tricky parameters to tune LGWR performacne, but in general situation, these should be never considered especially under production system.

  • High redo log buffer wait

    Hi,
    I can see "high redo log buffer wait" event. The instance spent 23% of its resources waiting for this event. Any suggestion to tune redo log buffer?
    DB version : 10.2.0.4.0
    Os : AIX
    SQL> SELECT name, value FROM v$sysstat WHERE name = 'redo log space requests';
    NAME VALUE
    redo log space requests 3542
    SQL> sho parameter buffer
    NAME TYPE VALUE
    buffer_pool_keep string
    buffer_pool_recycle string
    db_block_buffers integer 0
    log_buffer integer 14238720
    use_indirect_data_buffers boolean FALSE
    SQL> select GROUP#,BYTES from v$log;
    GROUP# BYTES
    1 1073741824
    4 1073741824
    3 1073741824
    2 1073741824
    SQL> show parameter sga
    NAME TYPE VALUE
    lock_sga boolean FALSE
    pre_page_sga boolean FALSE
    sga_max_size big integer 5G
    sga_target big integer 5G
    Thanks

    Gowin_dba wrote:
    I can see "high redo log buffer wait" event. The instance spent 23% of its resources waiting for this event. Any suggestion to tune redo log buffer?
    SQL> SELECT name, value FROM v$sysstat WHERE name = 'redo log space requests';
    NAME VALUE
    redo log space requests 3542 How are you getting from 3,542 "redo log space requests" to 23% of the instance resources waiting for "high redo log buffer wait" (which is not a wait event that can be found in v$event_name in any version of Oracle) ?
    "redo log space requests" is about log FILE space, by the way, not about log BUFFER space.
    Regards
    Jonathan Lewis

  • Buffer, library,dictionary, shared pool, redo log buffer chache hit ratios

    Can please one provide information and sql queries to calculate Buffer, library,dictionary, shared pool, redo log buffer chache hit ratios and if any other ratio for investigation of performance issues in oracle 10g database (10g.1 and 10g.2 both). thanks in advance.

    In and by themselves most of the standard ratio calculations are useless to misleading. All the ratios should always be considered in relation to other data such as total requests for a resource, existence of any outlying values in the associated events, etc ....
    The proper warning being given then you can find most of the standard ratios mentioned with SQL for their calculation in the Performance and Tuning manual for your version of Oracle.
    HTH -- Mark D Powell --

  • 64 bit :::: 10055-WSAENOBUFS: No buffer space available

    Hi,
    on a Win 03 X64 box (SAP NW04S, PI usage, Oracle 10.2.0.2) there are several error message in dev_rd file like:
    trc file: "dev_rd", trc level: 1, release: "700"
    Thu Oct 29 23:50:59 2009
    ***LOG S00=> GwInitReader, gateway started ( 4920) [gwxxrd.c     1758]
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    221
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        4920
    gateway runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)
    gateway (version=700.2009.02.03)
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Bind service sapgw00 (socket) to port 3300
    GwPrintMyHostAddr: my host addresses are :
      1 : [10.10.10.44] wipsxi01 (HOSTNAME)
      2 : [127.0.0.1] wipsxi01 (LOCALHOST)
    Full qualified hostname = wipsxi01.ritel-it.com
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    DpShMCreate: sizeof(wp_adm)##22784#(1752)
    DpShMCreate: sizeof(tm_adm)##5912704#(29416)
    DpShMCreate: sizeof(wp_ca_adm)##24064#(80)
    DpShMCreate: sizeof(appc_ca_adm)#8000#(80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)##552080#(1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)##0#(104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)##0#(72)
    DpShMCreate: sizeof(vmc_adm)##0#(1864)
    DpShMCreate: sizeof(wall_adm)##(41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)#48
    DpShMCreate: SHM_DP_ADM_KEY##(addr: 000000000F870050, size: 6607136)
    DpShMCreate: allocated sys_adm at 000000000F870050
    DpShMCreate: allocated wp_adm at 000000000F872270
    DpShMCreate: allocated tm_adm_list at 000000000F877B70
    DpShMCreate: allocated tm_adm at 000000000F877BD0
    DpShMCreate: allocated appc_ca_adm at 000000000FE21250
    DpShMCreate: allocated comm_adm at 000000000FE23190
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000FEA9E20
    DpShMCreate: allocated gw_adm at 000000000FEA9EA0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000FEA9ED0
    MtxInit: -2 0 0
    GwDpInit: attached to gw_adm at 000000000FEA9EA0
    ERROR => SiSelNSelect: SiSelect failed (10055-WSAENOBUFS: No buffer space available) [sixxsel.cpp  2951]
    ERROR => NiSelISelectInt: select failed; internal error [nixxsel.cpp  976]
    ***LOG S02=> main, GwReceive (-01) [gwxxrd.c     973]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14737]
    The results is that gateway doesn't work: every few secods stop and start again but only when J2EE is up and running, if I try to stop J2EE gateway end/start. This issue happends from few days.
    Have you got any advice?
    Regards.
    Thank you for colleboration.
    Edited by: Ganimede Dignan on Oct 30, 2009 12:09 AM

    trc file: "dev_rd", trc level: 1, release: "700"
    Fri Oct 30 01:16:15 2009
    ***LOG S00=> GwInitReader, gateway started ( 3656) [gwxxrd.c     1758]
    systemid   562 (PC with Windows NT)
    relno      7000
    patchlevel 0
    patchno    221
    intno      20050900
    make:      multithreaded, Unicode, 64 bit, optimized
    pid        3656
    gateway runs with dp version 243000(ext=110000) (@(#) DPLIB-INT-VERSION-243000-UC)
    gateway (version=700.2009.02.03)
    gw/local_addr : 0.0.0.0
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    Bind service sapgw00 (socket) to port 3300
    GwPrintMyHostAddr: my host addresses are :
      1 : [10.10.10.44] wipsxi01 (HOSTNAME)
      2 : [127.0.0.1] wipsxi01 (LOCALHOST)
    Full qualified hostname = wipsxi01.ritel-it.com
    DpSysAdmExtCreate: ABAP is active
    DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    DpShMCreate: sizeof(wp_adm)          22784     (1752)
    DpShMCreate: sizeof(tm_adm)          5912704     (29416)
    DpShMCreate: sizeof(wp_ca_adm)          24064     (80)
    DpShMCreate: sizeof(appc_ca_adm)     8000     (80)
    DpCommTableSize: max/headSize/ftSize/tableSize=500/16/552064/552080
    DpShMCreate: sizeof(comm_adm)          552080     (1088)
    DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    DpShMCreate: sizeof(slock_adm)          0     (104)
    DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    DpShMCreate: sizeof(file_adm)          0     (72)
    DpShMCreate: sizeof(vmc_adm)          0     (1864)
    DpShMCreate: sizeof(wall_adm)          (41664/36752/64/192)
    DpShMCreate: sizeof(gw_adm)     48
    DpShMCreate: SHM_DP_ADM_KEY          (addr: 000000000F870050, size: 6607136)
    DpShMCreate: allocated sys_adm at 000000000F870050
    DpShMCreate: allocated wp_adm at 000000000F872270
    DpShMCreate: allocated tm_adm_list at 000000000F877B70
    DpShMCreate: allocated tm_adm at 000000000F877BD0
    DpShMCreate: allocated appc_ca_adm at 000000000FE21250
    DpShMCreate: allocated comm_adm at 000000000FE23190
    DpShMCreate: system runs without slock table
    DpShMCreate: system runs without file table
    DpShMCreate: allocated vmc_adm_list at 000000000FEA9E20
    DpShMCreate: allocated gw_adm at 000000000FEA9EA0
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 000000000FEA9ED0
    Fri Oct 30 01:16:16 2009
    MtxInit: -2 0 0
    GwDpInit: attached to gw_adm at 000000000FEA9EA0
    ERROR => SiSelNSelect: SiSelect failed (10055-WSAENOBUFS: No buffer space available) [sixxsel.cpp  2951]
    ERROR => NiSelISelectInt: select failed; internal error [nixxsel.cpp  976]
    ***LOG S02=> main, GwReceive (-01) [gwxxrd.c     973]
    ***LOG S0V=> GwStopGateway, gateway stopped () [gwxxrd.c     14737]

  • Redo Log Buffer 32.8M, Seems to Big?

    I just took over a database (Mainly used for OLTP on 11gR1) and I am looking at the log_buffer parameter it is set to 34412032 (32.8M). Not sure why it is so high.
    select
        NAME,
        VALUE
    from
        SYS.V_$SYSSTAT
    where
        NAME in ('redo buffer allocation retries', 'redo log space wait time');
    redo buffer allocation retries     185
    redo log space wait time          5180(database has been up for 7.5 days)
    Any opinions on this? I Normally keep try to stay below 3M and have not really seen it above 10M.

    Sky13 wrote:
    I just took over a database (Mainly used for OLTP on 11gR1) and I am looking at the log_buffer parameter it is set to 34412032 (32.8M). Not sure why it is so high.
    In 11g you shouldn't set the log_buffer parameter - let Oracle set the default.
    The value is derived from the setting for the CPU count and the transactions parameter, which may be derived from sessions, which may be derived from processes. Moreover, Oracle is going to allocate at least a granule (which may be 4MB, 8MB, 16MB, 64MB or 256MB depending on the size of the SGA, so you are unlikely to save memory by reducing the log buffer size.
    Here's a link to a discussion which shows you how to find out what's really behind that figure.
    Re: Archived redo log size more less than online redo logs
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    Author: <b><em>Oracle Core</em></b>

  • Redo log buffer is in cretical position

    hi Experts,
    please try to solve my query,   here in my system redo log buffer shows(alert monitoring) 99<4000 and message is '4000 redo entries per redo log space requests'
    so i think i need to increase log_buffer parameter value upto required level ,then i entered in database
    splplus / as sysdba
    and i try to check my file is in which type (spfile or in pfile) by executing command 
    " SHOW PARAMETER pfile"
    it shows
    name--- spfile
    type---string
    value---/oracle/qty/102_64/dbs/spfileqty.ora
    when i Excute 'SHOW PARAMETER spfile'  also the same result
    now in here i have doubt please clarify me
    1)  my file is spfile or pfile ?
    2) how can i increase my parameter value (alter system set log_buffer = xxx scope=pfile (or) spfile )
    3) is that my process correct for that error
    please clarify me
    thanks & regards

    Hi,
    As per my knowledge, Oracle 10g by default starts with SPFILE and if you are setting the parameter with alter command then yes the scope should be SPFILE. After that when you schedule any DB related activity(backup, update statistics etc.,) it will create pfile from spfile.
    Before doing any changes take the backup of the existing files both (pfile and spfile) at os level.
    Regards,
    Sharath

  • About Log Buffer writhing..

    Hi,
    Wondering how Log Buffer behaves...
    1. If timesten is configured as single node(no replication and cache option), When does log buffer data write to log file?
    By running some test, it seems like only at checkpoint action it is being write.
    Is there any other way to write log buffer data beside with checkpoint action?
    2. Which process is doing writing action from log buffer to log file?
    Is it the same process that uses with replication and cache option?
    3. In TimesTen Manual ...
    asynchronous replication "TimesTen Data Manager writes the transaction update records to the transaction log buffer."
    Return Twosafe "The master replication agent writes the transaction records to the log and inserts a special precommit log record before the commit record."
    Then ... does it mean that log buffer write process is different according to replication type?
    4. I am assuming Log_Buffer_Wait from 'monitor;' output is the waiting time of Log Buffer writing time to logfile...
    If it is correct, is the possibility of Log_Buffer_Wait occurance increases when log buffer size is large with no replication option?
    w
    I am willing to hear for above.
    Thank you,

    TimesTen generates log records for the purposes of redo and undo. Log records are generated for pretty much any change to persistent recoverable data within TimesTen. Log records are first written into the in memory log buffer and then are written to disk by a dedicated flusher thread that runs within the sub-daemon process that is assigned to the datastore. The log flusher thread runs continuously when there is data to be flushed and when there is any significant write workload on the system log data will reach disk very shortly after it has been placed in the buffer. Under very light write workload it may talke a little longer for the data to reach disk.
    There is a single logical log buffer (size determined by LogBufMB) which in TimesTen 11g, is divided into multiple physical buffers (strands) for increased concurrency of logging operations ( number of strands determined by LogBufParallelism).
    Several of your observations are not correct; I would like to understand hwat tests you performed to arrive at these conclusions:
    1. Yes, the log buffer is flushed during a checkpoint operation but in fact it is also being flushed continuously at all times by the log flusher thread.
    2. You can force the buffer to be flushed at any time simply by executing a durable commit within the datastore. A durable commit flushes all log starnds synchronously to disk and does not return until the writes have completed successfully and been acknowledged by the storage hardware.
    3. The text that you quote from the replication guide is ambiguous and could be better phrased. When it talks about 'writing to the log' it means placing records in the in-memory log buffer. The presence or absence of replication does not fundamentally change the way logging works though the replication agent, when active, typically perfoms a durable commit every 100 ms. Also, in some replication modes, additional durable commits may be executed by the replication agent before sending a block of replicated transactions.
    4. The LOG_BUFFER_WAITS field in SYS.MONITOR counts the number of times that application transactions have been blocked due to there being no free space in the log buffer to receive their log records. This is due to some form of logging bottleneck. By far the most common reason is that the log buffer is undersized. the default size if only 64 MB and this is far too small for any kind of write intensive workload. For write intensive workloads a significantly larger log buffer size is needed (max size allowed is 1 GB).
    5. The field LOG_FS_WRITES in SYS.MONITOR counts the number of physical writes that the log flusher thread has performed to the logs on disk. The flusher will typically write a lot of data in a single write (when under heavy load). Flusher writes are filesystem block aligned.
    Hope that helps clarify things.
    Chris

  • Log Buffer size

    Could someone please explain me why do I see different values for log_buffer in v$spparameter / v$parameter and v$sgastat
    SYS> select value from v$spparameter where name ='log_buffer' ;
    VALUE
    2703937
    SYS> select value from v$parameter where name ='log_buffer' ;
    VALUE
    2703360
    SYS> select * from v$sgastat where name = 'log_buffer';
    POOL NAME BYTES
    log_buffer 5259264Thank you in advance and sorry for newbee questions :)

    In 10G R2, Oracle combines fixed SGA area and redo buffer [log buffer] together. If there is a free space after Oracle puts the combined buffers into a granule, that space is added to the redo buffer. Thus you see redo buffer has more space than expected. This is an expected behavior.
    In 10.2 the log buffer is rounded up to use the rest of the granule.
    The Log_buffer Default Size Cannot Be Reduced In 10g R2 [ID 351857.1]

  • Fms2 buffer space error

    In fms2 server console this is being reported in the server
    log and the video doesn't stream. Has anyone else come across this?
    I have tried reinstalling FMS2 but no joy.
    Tue 09:29:39 PM: Asynchronous I/O operation failed
    (TCConnection::writeAsync: An operation on a socket could not be
    performed because the system lacked sufficient buffer space or
    because a queue was full. 10055).

    Bonjour,
    Toutd'abord merci de votre réponse!
    A première vu mes fichiers sont bien fermé après écriture, faudrait que je fasse un étude plus approfondie pour en être sûre à 100% mais si le problème viendrait de là je pense que mon erreur arriverait plus souvent que toute les 1 à deux semaine, en effet ma base de donnée tourne en permanence 24/24 7/7 en service sur windows pour recevoir les données provenant du moteur (les données sont stocké dans un mémoire cyclique dans la base de donnée). Je vais consulter plusieur fois mes données par jours en me connectant à ma base de donnée avec mon programme et ensuite je me deconnecte de la base de donnée quand j'ai vu ce que je voulais voir! Et ce plusieur fois par jour!! Mais certaine fois (toute les 1 à 2 semaines) je ne peux plus me connceter à cette base de donnée car j'ai cette erreur 10055 qui apparait, je dois donc redémarrer la base de donnée et le problème est résolu pour un certain temps à nouveau!
    Cordialement
    Sébastien Kuenlin

  • TCP Provider: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.

    Hi All,
    We have snapshot replication . Job is failing in between due to below error.
    Error messages:
    The process could not connect to Subscriber 'XX:SD'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20084)
    Get help: http://help/MSSQL_REPL20084
    TCP Provider: An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full. (Source: MSSQLServer, Error number: 10055)
    Get help: http://help/10055
    A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information
    see SQL Server Books Online. (Source: MSSQLServer, Error number: 10055)
    Get help: http://help/10055
    Login timeout expired (Source: MSSQLServer, Error number: HYT00)
    Get help: http://help/HYT00
    Please suggest

    Hi Khushi,
    According to your description, your snapshot replication job fails and you come across the error related to TCP Provider. Based on my research, the issue could occur as the following two situations.
    1. OS runs out of memory for TCP buffers. When people use the two switch: the /PAE switch in the c:\boot.ini file and the /3gb switch in the boot.ini file. If the applications require many OS resources, such as by opening many TCP connections, this can cause
    the OS to run out of memory for resources like TCP buffers.
    2.OS runs out of available TCP “ephemeral” ports. When the client machine is opening many TCP connections and is running Windows Server 2003, Windows XP, or any earlier version of Windows, it may run out of TCP “ephemeral” ports.
    To work around the issue, please follow the two solutions as below.
    1.Remove the /3gb switch from c:\boot.ini. The root problem in this case is memory pressure on the OS, so removing the /3gb switch will give more memory to the OS and will alleviate this problem.
    2.Make more ephemeral ports available following the steps in the article:
    http://support.microsoft.com/kb/196271
    For more information about the process, please refer to the article:
    http://blogs.msdn.com/b/sql_protocols/archive/2009/03/09/understanding-the-error-an-operation-on-a-socket-could-not-be-performed-because-the-system-lacked-sufficient-buffer-space-or-because-a-queue-was-full.aspx
    Regards,
    Michelle Li

  • Cannot save Ibot  - Error message as insufficient buffer space

    Hi,
    I am trying to implement the ibots and I have followed the step by step procedure as in
    http://oraclebizint.wordpress.com/2007/09/13/oracle-bi-ee-10133-configuring-delivers-ibots/
    Now when I create an Ibot and try to save it, I get the message as
    Oracle BI Scheduler Error: [nQSError: 12008] Unable to connect to port 25 on machine xxx.xx.xx.xx [nQSError: 12002] Socket communication error at call=recv: (Number=10055) An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
    Can anyone let me know what this error corresponds to and how this can be fixed?
    Thanks
    Edited by: user3518109 on Jul 22, 2010 4:18 PM

    Sounds like some memory issue or some network problem. Check to make sure you telnet to port 25 of SMTP server from the command line.

  • Log buffer overflow

    I have been receiving the flex log buffer overflow error for a long time. I don't believe it is causing any problem but I'm not sure.
    I have Iplanet Web Server 4.1 on Solaris 2.6.
    I have changed the LogFlushInterval from the default 30 seconds to 5 seconds.
    I am logging a great deal of information
    My questions are...
    should I be concerned ?
    when I get that error is the buffer being immediately dumped to the log file ?
    am I losing any log information ?
    can I increase the buffer size ?
    should I reduce the LogFlushInterval any more ?
    Thanks

    The error message indicates that an access log entry exceeded the maximum of 4096 bytes and was truncated. You should check the access log file for suspicious entries.
    Adjusting LogFlushInterval won't affect this problem, and unfortunately there's no way to increase flex log buffer size.

  • No buffer space available

    We are executing a program that use a lot of memory, because that program read a big struct of a database in classes. It's executing properly in Win2000, but in Windows 9x ocurr this error:
    No buffer space available (maximum connections reached?): connect
    Anybody help me?
    Thank you very much?

    Have you tried using the -mx and -ms settings passed to java?
    I've run very memory intensive things on 95 with jdk 1.2.2 and 1.3.1 and I've had pretty good luck.

Maybe you are looking for