On Tue, May 29, 2012 at 3:01 PM, Alain Tschanz <[email protected]> wrote:
> I run DSpace 1.8.2 on a virtual machine (Fedora 15). I allocated 50GB for
> the VM, but the assetstore increased dramatically (35GB) and I had to extend
> the current disk to 100GB. Is there a way to split up the current assetstore
> into two assetstores on two different disks?

Yes, simply add another config variable and restart your servlet container:
assetstore.dir = ${dspace.dir}/assetstore
assetstore.dir.1 = /second/assetstore

New items will be deposited to this new assetstore, while the old ones
will remain in the old one.

I'm not sure if it's moving items from one to the other (splitting) is
supported.

Regards,
~~helix84

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to