On Wednesday, June 26, 2013 12:44:17 PM UTC-5, RjOllos wrote:
>
> On Wednesday, June 26, 2013 10:02:39 AM UTC-7, hasienda wrote:
>>
>> -----BEGIN PGP SIGNED MESSAGE----- 
>> Hash: SHA1 
>>
>> On 26.06.2013 16:52, Lukasz Szybalski wrote: 
>> > 
>> > Hello, 
>> > How can I get a python 2.7 egg for batchticketmodify version 0.8.0? 
>> > 
>> > I got the trunk and did python setup.py bdist_egg 
>> > but for some reason  the UI does not appear. I'm thinking something 
>> > might be broken in trunk for version 0.12? 
>> > 
>> > See screenshot. 
>>
>> OT: Never seen such a high ticket number (#817336). Is this a production 
>> Trac application, and do you possibly know even bigger ones in terms of 
>> ticket count? Would be interesting to know what setup including plugins 
>> installed works, and to know some known performance figures. 
>>
>
> Good eye. It would be quite interesting to know more details about this 
> setup.
>
> After giving this some more thought, I think the problem is most likely 
> that the user hasn't done a `trac-admin $env deploy /deploy/to/path`, as 
> described in
>
Hello,

Thank you!!!!!!!!

cd .....apache
mv eggs old_eggs
mkdir eggs
chown www-data:www-data eggs

I moved it just to make sure I don't lose what is in there but I'm pretty 
sure I could have deleted tmp eggs in there and have apache regenerate them.
This has fixed my problem.

As far as our trac:
Yes 817K tickets and going.
Server: AMD Opteron(tm) Processor 6128 16core
1.5TB XFS (ext3 has a 32000 subfolder limit)
16GB of ram

Performance is ok...as things grow we got this above server. It looks like 
we will need to make more changes. The only real performance issue is the 
"custom" fields being as BLOB or TEXT which mysql cannot cache/keep in 
memory. So when you search the whole 817K tickets for custom_number= 123456 
it takes about 3 seconds now. 

The new issue that is coming up in this version is that they have to click 
"modify" on order to close ticket which is more clicks they they used to 
have to do in 0.11.

Thank you for your help.
Lucas




Are you saying that static files need to be updated? 
We use Apache with modwsgi. If there is any static 

 

> http://trac.edgewall.org/wiki/TracAdmin#FullCommandReference
> http://trac.edgewall.org/wiki/TracUpgrade#a5.Refreshstaticresources
>
> It may be a bit of a shortcoming that the deploy static resources step 
> isn't discussed anywhere on the TracPlugins page:
> http://trac.edgewall.org/wiki/TracPlugins
>  
>

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to