cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

Max files per vault

gkemner
1-Newbie

Max files per vault

What is the recommended and practical maximum number of files to have in
each file vault? We are on Windows 32bit server and client machines.

Intralink (Windchill) 9.0 M030
3 REPLIES 3

There is no limit to files in a single vault. Typically, you want to limit
the number of files in a single folder to around 100,000. The theoretical
limit for any OS is very high, but from a practical standpoint, you want to
limit it so if you browse to the folder to list its contents, it doesn't
consume your server's processor. On Windows, set the disable8dot3 and
disablelastaccess both to 1 (for true or disabled) using the fsutil command,
and you won't have any performance issues writing to the folders until
around 2,000,000 files.

fsutil behavior set disable8dot3 1
fsutil behavior set disablelastaccess 1

Best Regards,
Bill Palm
Director - RAPiDS Support Center
ProductSpace Solutions, Inc.



On Wed, Nov 25, 2009 at 11:51 AM, Kemner, Greg (AS) <->wrote:

> What is the recommended and practical maximum number of files to have in
> each file vault? We are on Windows 32bit server and client machines.
>
> Intralink (Windchill) 9.0 M030
>

I believe the default is 7000 but I set ours to 10000.

Patrick Williams | Engineering Systems | Sr. Applications Engineer | Steelcase Inc. | 616.698.4078

[cid:image001.jpg@01CA6E14.DD57F1D0]

I forgot to tell you how to set this. Use the following site.xconf properties.

<property name="wt.fv.useFvFileThreshold" overridable="true"&lt;br"/> targetFile="codebase/wt.properties"
value="true"/>
<property name="wt.fv.fvFileThreshold" overridable="true"&lt;br"/> targetFile="codebase/wt.properties"
value="10000"/>

Patrick Williams | Engineering Systems | Sr. Applications Engineer | Steelcase Inc. | 616.698.4078

[cid:image002.jpg@01CA6E15.809D9520]
Top Tags