iconv: unable to allocate buffer for input: Cannot allocate memory

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ba$im
    Senior Member
    • Mar 2007
    • 219

    iconv: unable to allocate buffer for input: Cannot allocate memory

    iconv: unable to allocate buffer for input: Cannot allocate memory

    hello
    as title I have this error when I try convert database to uft-8
    when I try this command
    Code:
    # iconv -c -f windows-1251 -t utf-8 vbulletin_db.sql > vbulletin_db_utf8.sql
    I get this error
    iconv: unable to allocate buffer for input: Cannot allocate memory

    any one know hot to fix this ?

    thanks so much in advance
  • xnetco
    Senior Member
    • Sep 2005
    • 130
    • 3.8.x

    #2
    How big is the database? You might have run out of memory.

    Originally posted by Ba$im
    iconv: unable to allocate buffer for input: Cannot allocate memory

    hello
    as title I have this error when I try convert database to uft-8
    when I try this command
    Code:
    # iconv -c -f windows-1251 -t utf-8 vbulletin_db.sql > vbulletin_db_utf8.sql
    I get this error
    iconv: unable to allocate buffer for input: Cannot allocate memory

    any one know hot to fix this ?

    thanks so much in advance
    Tim
    Nimbus Hosting
    www.nimbushosting.co.uk (vB Hosting Experts)

    Comment

    • Ba$im
      Senior Member
      • Mar 2007
      • 219

      #3
      800 MB

      thanks for your reply

      Comment

      Related Topics

      Collapse

      Working...