[ 
https://issues.apache.org/jira/browse/OFBIZ-4052?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970746#action_12970746
 ] 

BJ Freeman commented on OFBIZ-4052:
-----------------------------------

Yes I was talking about the demo server.
for the windows there is a hickup in the core system,
1) the virtual file is fragmented
2) extensive use of the virtual file is being used to swap program memory 
segment
3) large virtual file that most is being used.

it is a combination of thread racing and delay in response from the virtual 
file when doing program segment swaps.
the above can be alleviated by
1) using Norton speed disk that put the virtual file on the outside of the disk 
tracks and defrags it completely
and or
2) have sufficient real memory not to use the virtual file.
per the code segment both condition are set in the class. on the isdecorator is 
modified by calling code.
so it should never fail.
if does not fail on my two machines, 

> Update Docbook files and give a nice look to doc
> ------------------------------------------------
>
>                 Key: OFBIZ-4052
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4052
>             Project: OFBiz
>          Issue Type: Improvement
>    Affects Versions: SVN trunk
>            Reporter: BJ Freeman
>            Priority: Minor
>         Attachments: docbook.css, OFBIZ-4052Docbookfiles.patch, 
> OFBIZ-4052Docbookfiles.patch
>
>
> updateds all the docbook.css in themes.
> remove tags from the <body>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to